Skip to content

Commit 70dbc47

Browse files
committed
Update docker-build-push.yml
1 parent fdef46d commit 70dbc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
images=""
6464
for tag in ${TAGS}; do
65-
images+="'${tag}@${DIGEST}' "
65+
images+="${tag}@${DIGEST} "
6666
done
6767
# shellcheck disable=SC2086
6868
cosign sign --recursive --yes ${images}

0 commit comments

Comments
 (0)