Skip to content

Commit 7c272ad

Browse files
committed
ci: push chart to public repo
1 parent 931633a commit 7c272ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-package-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
PACKAGE_FILE="${{ env.CHART_NAME }}-${{ env.EFFECTIVE_VERSION }}.tgz"
6464
echo "Pushing package file: $PACKAGE_FILE"
65-
helm push "$PACKAGE_FILE" oci://eccr.ecmwf.int/polytope
65+
helm push "$PACKAGE_FILE" oci://eccr.ecmwf.int/polytope-pub
6666
6767
- name: Create GitHub Release if Tag Equals Chart Version
6868
if: ${{ env.EFFECTIVE_VERSION == env.CHART_VERSION }}

0 commit comments

Comments
 (0)