Skip to content

Commit a0946b0

Browse files
committed
Remove double sha256:
1 parent f21ebf6 commit a0946b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ jobs:
259259
run: |
260260
images=""
261261
for tag in ${TAGS}; do
262-
images+="${tag}@sha256:$(docker buildx imagetools inspect --format '{{json .Manifest.Digest}}' ${tag} | xargs) "
262+
images+="${tag}@$(docker buildx imagetools inspect --format '{{json .Manifest.Digest}}' ${tag} | xargs) "
263263
done
264264
cosign sign --yes ${images}

0 commit comments

Comments
 (0)