Skip to content

Commit

Permalink
Add attestation for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 3, 2024
1 parent 3eee454 commit 4492e78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Attest
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: index.docker.io/michaelmior/jsonoid-discovery
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 4492e78

Please sign in to comment.