Skip to content

Commit 9998d41

Browse files
committed
wip
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
1 parent 537861b commit 9998d41

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- name: Install Cosign
6363
uses: sigstore/cosign-installer@v3.9.2
6464
- name: Check install!
65-
run: cosign version
65+
run: |
66+
cosign version
67+
ls -la *.json
6668
- name: Tag Latest
6769
if: env.BUILD_CONTEXT == 'main'
6870
shell: bash

0 commit comments

Comments
 (0)