Skip to content

Commit

Permalink
Fix release pipeline version mismatch of docker and skopeo (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Jun 12, 2024
1 parent 63ed383 commit 5becddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build/ci/get-image-digest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

digest=$(docker image list --digests ${IMAGE} --format json | jq -r '.[].Digest')
digest=$(docker image list --format "{{.Digest}}" ${IMAGE})
echo "digest=${digest}">> "$GITHUB_OUTPUT"

0 comments on commit 5becddf

Please sign in to comment.