We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9853a commit 63c1b7aCopy full SHA for 63c1b7a
2 files changed
.github/workflows/releasing.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Helm push
80
if: ${{ github.event_name != 'pull_request' }}
81
- run: helm push matrix-stack-*.tgz oci://ghcr.io/${{ github.repository }}
+ run: helm push charts/matrix-stack/matrix-stack-*.tgz oci://ghcr.io/${{ github.repository }}
82
83
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
84
with:
newsfragments/590.changed.md
@@ -0,0 +1 @@
1
+Don't push chart OCI images for every PR.
0 commit comments