We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931633a commit 7c272adCopy full SHA for 7c272ad
.github/workflows/helm-package-push-release.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
PACKAGE_FILE="${{ env.CHART_NAME }}-${{ env.EFFECTIVE_VERSION }}.tgz"
64
echo "Pushing package file: $PACKAGE_FILE"
65
- helm push "$PACKAGE_FILE" oci://eccr.ecmwf.int/polytope
+ helm push "$PACKAGE_FILE" oci://eccr.ecmwf.int/polytope-pub
66
67
- name: Create GitHub Release if Tag Equals Chart Version
68
if: ${{ env.EFFECTIVE_VERSION == env.CHART_VERSION }}
0 commit comments