This commit is contained in:
Justin (shocknet) 2024-05-20 10:14:41 -04:00
parent aa2e276aec
commit 459b2d6cf4

View file

@ -44,3 +44,11 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Attest build provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ github.workspace }}/Dockerfile # Adjusted to point directly to Dockerfile
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
push-to-registry: true
github-token: ${{ secrets.GITHUB_TOKEN }}