We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4084cc commit fa92027Copy full SHA for fa92027
.github/workflows/publish-helm.yml
@@ -37,4 +37,4 @@ jobs:
37
run: |
38
CHART_NAME=openstack-hypervisor-operator
39
CHART_VERSION=$(grep "version:" ./charts/${CHART_NAME}/Chart.yaml | awk '{print $2}')
40
- helm push "${CHART_NAME}-${CHART_VERSION}tgz" "oci://ghcr.io/${{ github.repository_owner }}"
+ helm push "${CHART_NAME}-${CHART_VERSION}.tgz" "oci://ghcr.io/${{ github.repository_owner }}"
0 commit comments