Skip to content

Commit 3ff4b88

Browse files
authored
Merge pull request #591 from element-hq/bbz/ci-fixes-after-pull-request-switch-2
More CI fixes after pull_request switch
2 parents e008749 + a965b87 commit 3ff4b88

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/591.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)