Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut I <[email protected]>
  • Loading branch information
ionutz89 authored Feb 16, 2025
1 parent 89081fc commit 836f112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
contents: write
packages: write
id-token: write
attestations: write

steps:
- name: Checkout
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
id: artifacts
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ github.repository }}
subject-name: index.docker.io/${{ github.repository }}
subject-digest: ${{ steps.build.outputs.digest }}
push-to-registry: true

Expand Down

0 comments on commit 836f112

Please sign in to comment.