Skip to content

Commit c1a41dc

Browse files
ci(docker): fix attestation (#54)
1 parent dd73133 commit c1a41dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
9494
- name: Build and push Docker image
9595
uses: docker/build-push-action@v5
96+
id: push
9697
with:
9798
context: .
9899
push: true
@@ -107,5 +108,5 @@ jobs:
107108
uses: actions/attest-build-provenance@v3
108109
with:
109110
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
110-
subject-digest: ${{ steps.build.outputs.digest }}
111+
subject-digest: ${{ steps.push.outputs.digest }}
111112
push-to-registry: true

0 commit comments

Comments
 (0)