Skip to content

Commit 63c1b7a

Browse files
committed
CI: fix helm push step
1 parent bc9853a commit 63c1b7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/releasing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Helm push
8080
if: ${{ github.event_name != 'pull_request' }}
81-
run: helm push matrix-stack-*.tgz oci://ghcr.io/${{ github.repository }}
81+
run: helm push charts/matrix-stack/matrix-stack-*.tgz oci://ghcr.io/${{ github.repository }}
8282

8383
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8484
with:

newsfragments/590.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Don't push chart OCI images for every PR.

0 commit comments

Comments
 (0)