We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6d794 commit 83787cfCopy full SHA for 83787cf
.github/workflows/docker.yml
@@ -58,7 +58,7 @@ jobs:
58
DIGEST="$(skopeo inspect docker://${IMAGE} | jq -r .Digest)"
59
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
60
61
- cosign sign --recursively --yes "${IMAGE}@${DIGEST}"
+ cosign sign --recursive --yes "${IMAGE}@${DIGEST}"
62
63
- name: Generate artifact attestation
64
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # ratchet:actions/attest-build-provenance@v2
0 commit comments