We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3857463 commit d3c0f50Copy full SHA for d3c0f50
.github/workflows/artifacts.yaml
@@ -94,6 +94,7 @@ jobs:
94
95
- name: Set up Cosign
96
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
97
+ if: inputs.publish
98
99
- name: Set image name
100
id: image-name
@@ -275,6 +276,7 @@ jobs:
275
276
277
278
279
+ if: inputs.publish && inputs.release
280
281
- name: Set chart name
282
id: chart-name
@@ -435,6 +437,7 @@ jobs:
435
437
436
438
439
440
441
442
443
0 commit comments