Skip to content

Commit

Permalink
Debug printing signing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 06205fa commit 7e5ab16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
for RAW_TAG in RAW_TAGS; do
TAGS="${TAGS}$(printf "${RAW_TAG}@sha256:%s " *)"
done
echo "Signing ${TAGS}"
echo "${TAGS}" | xargs -I {} cosign sign --yes {}
- name: Inspect image
Expand Down

0 comments on commit 7e5ab16

Please sign in to comment.