Skip to content

Commit da609b2

Browse files
committed
Update docker-build-push.yml
1 parent fb72c12 commit da609b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
images=""
6262
for tag in ${TAGS}; do
63-
images+="${tag}@${DIGEST} "
63+
images+="'${tag}@${DIGEST}' "
6464
done
6565
# shellcheck disable=SC2086
66-
cosign sign --recursive --yes ${images}
66+
cosign sign --recursive --oidc-issuer 'https://token.actions.githubusercontent.com' --yes ${images}

0 commit comments

Comments
 (0)