Skip to content

Commit b605fa4

Browse files
authored
fix: do not push build attestation in docker-build workflow (#129)
This fix is due to an authentication limitation on docker-regis.
1 parent 051d1b5 commit b605fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
with:
273273
subject-name: ${{ inputs.image-name }}
274274
subject-digest: ${{ steps.checksum.outputs.digest }}
275-
push-to-registry: true # Push attestation to registry
275+
push-to-registry: false # Do not push attestation to registry
276276

277277
- name: Cleanup files
278278
if: always()

0 commit comments

Comments
 (0)