Skip to content

Commit ad6d20f

Browse files
committed
multi platforms
1 parent e5a40ab commit ad6d20f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publishing-image-actions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
7373

74-
- name: Generate artifact attestation
75-
uses: actions/attest-build-provenance@v2
76-
with:
77-
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
78-
subject-digest: ${{ steps.push.outputs.digest }}
79-
push-to-registry: true
74+
# - name: Generate artifact attestation
75+
# uses: actions/attest-build-provenance@v2
76+
# with:
77+
# subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
78+
# subject-digest: ${{ steps.push.outputs.digest }}
79+
# push-to-registry: true

0 commit comments

Comments
 (0)