Skip to content

Commit 222c4e1

Browse files
committed
chore(ci): move attestations to stable
1 parent 966853e commit 222c4e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,12 @@ jobs:
8686
id: image_metadata
8787
env:
8888
ARTIFACTS: ${{ steps.goreleaser.outputs.artifacts }}
89-
continue-on-error: true # Attestaions is in alpha stage
9089
- name: Publish Container Attestations
9190
uses: actions/attest-build-provenance@v1
9291
with:
9392
subject-name: ${{ steps.image_metadata.outputs.name }}
9493
subject-digest: ${{ steps.image_metadata.outputs.digest }}
9594
push-to-registry: true
96-
continue-on-error: true # Attestaions is in alpha stage
9795
- name: Publish Attestations
9896
uses: actions/attest-build-provenance@v1
9997
with:
@@ -103,4 +101,3 @@ jobs:
103101
dist/*_checksums.txt
104102
dist/*.sig
105103
dist/*.pem
106-
continue-on-error: true # Attestaions is in alpha stage

0 commit comments

Comments
 (0)