Skip to content

Commit 245d440

Browse files
authored
ci: debug docker/build-push-action metadata output (#4504)
1 parent e98cc76 commit 245d440

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-push-image.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
- name: Keyless signing of image
8282
if: ${{ inputs.push }}
8383
run: |
84-
echo ${{ steps.build.outputs.imageid }}
85-
echo ${{ steps.build.outputs.digest }}
84+
echo ${{ steps.build.outputs.metadata }} | jq .
8685
cosign sign --yes ${{ inputs.image }}@${{ steps.build.outputs.digest }}
8786
- name: Verify the image signing
8887
if: ${{ inputs.push }}

0 commit comments

Comments
 (0)