Skip to content

Commit 91f4305

Browse files
authored
Update docker.yaml
1 parent d356193 commit 91f4305

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
cache-from: type=gha
7171
cache-to: type=gha,mode=max
7272

73-
# - name: Generate artifact attestation
74-
# if: ${{ github.event_name != 'pull_request' }}
75-
# uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
76-
# with:
77-
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
78-
# subject-digest: ${{ steps.push.outputs.digest }}
73+
- name: Generate artifact attestation
74+
if: ${{ github.event_name != 'pull_request' }}
75+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
76+
with:
77+
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
78+
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)