Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondryaso authored Nov 2, 2024
1 parent 451faa2 commit 70936eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
context: .
file: Containerfile
push: true
tags: ${{ env.IMAGE_NAME }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 70936eb

Please sign in to comment.