commit 000f34f1479ecdfb374ddfa881ddbea42896fbf5 parent 6343ddfa9536d85b40c6a353b6230a4853319625 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 7 Oct 2024 01:20:12 +0200 Add attestation Diffstat:
| M | .github/workflows/docker.yml | | | 11 | +++++++++-- |
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml @@ -50,4 +50,11 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} env: - SOURCE_DATE_EPOCH: 0 -\ No newline at end of file + SOURCE_DATE_EPOCH: 0 + + - name: Generate artifact attestation + uses: actions/attest-build-provenance@v1 + with: + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + subject-digest: ${{ steps.push.outputs.digest }} + push-to-registry: true +\ No newline at end of file