Skip to content

Commit a48e851

Browse files
authored
ci: remove attestations temporarily (#41)
Unfortunately attestations are causing confusion in the image registry. Need to resolve that before putting it back. Signed-off-by: jmeridth <[email protected]>
1 parent e999dee commit a48e851

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release-image.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
short-tag:
1313
required: true
1414
type: string
15-
create-attestation:
16-
required: false
17-
type: boolean
18-
default: false
1915
secrets:
2016
github-token:
2117
required: true
@@ -62,10 +58,3 @@ jobs:
6258
platforms: linux/amd64,linux/arm64
6359
provenance: false
6460
sbom: false
65-
- name: Generate artifact attestation
66-
if: ${{ inputs.create-attestation }}
67-
uses: actions/attest-build-provenance@v2
68-
with:
69-
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ inputs.image-name}}
70-
subject-digest: ${{ steps.push.outputs.digest }}
71-
push-to-registry: true

0 commit comments

Comments
 (0)