Skip to content

Commit 99fc954

Browse files
committed
Add an explicit target
1 parent b5d7a3c commit 99fc954

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
labels: ${{ steps.meta.outputs.labels }}
4848

4949
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
50-
# - name: Generate artifact attestation
51-
# uses: actions/attest-build-provenance@v1
52-
# with:
53-
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
54-
# subject-digest: ${{ steps.push.outputs.digest }}
55-
# push-to-registry: true
50+
# - name: Generate artifact attestation
51+
# uses: actions/attest-build-provenance@v1
52+
# with:
53+
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
54+
# subject-digest: ${{ steps.push.outputs.digest }}
55+
# push-to-registry: true

0 commit comments

Comments
 (0)