Skip to content

Commit e94ee8b

Browse files
committed
Drop artifact attestation
1 parent 3314dd3 commit e94ee8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
done <<< "${{ steps.meta.outputs.tags }}"
7676
7777
78-
- name: Generate artifact attestation
79-
uses: actions/attest-build-provenance@v1
80-
with:
81-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
82-
subject-digest: ${{ steps.push.outputs.digest }}
83-
push-to-registry: true
78+
# - name: Generate artifact attestation
79+
# uses: actions/attest-build-provenance@v1
80+
# with:
81+
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
82+
# subject-digest: ${{ steps.push.outputs.digest }}
83+
# push-to-registry: true

0 commit comments

Comments
 (0)