We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537861b commit 9998d41Copy full SHA for 9998d41
1 file changed
.github/workflows/build-and-push-image.yml
@@ -62,7 +62,9 @@ jobs:
62
- name: Install Cosign
63
uses: sigstore/cosign-installer@v3.9.2
64
- name: Check install!
65
- run: cosign version
+ run: |
66
+ cosign version
67
+ ls -la *.json
68
- name: Tag Latest
69
if: env.BUILD_CONTEXT == 'main'
70
shell: bash
0 commit comments