We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sha256:
1 parent f21ebf6 commit a0946b0Copy full SHA for a0946b0
.github/workflows/ci-pipeline.yml
@@ -259,6 +259,6 @@ jobs:
259
run: |
260
images=""
261
for tag in ${TAGS}; do
262
- images+="${tag}@sha256:$(docker buildx imagetools inspect --format '{{json .Manifest.Digest}}' ${tag} | xargs) "
+ images+="${tag}@$(docker buildx imagetools inspect --format '{{json .Manifest.Digest}}' ${tag} | xargs) "
263
done
264
cosign sign --yes ${images}
0 commit comments