Skip to content

Commit

Permalink
attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
s3than committed Jan 22, 2025
1 parent bc22614 commit 3d42a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
id: push
with:
push: true
tags: |
Expand All @@ -97,6 +98,6 @@ jobs:
- name: Generate docker artifact attestation
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.IMAGE_NAME}}
subject-name: centurix/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 3d42a17

Please sign in to comment.