Skip to content

Commit 693ed26

Browse files
committed
chore: remove provenance from image
1 parent b68b33f commit 693ed26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
devcontainer.metadata=${{ steps.devcontainer-metadata.outputs.metadata }}
9797
annotations: ${{ steps.metadata.outputs.annotations }}
9898
sbom: true
99-
provenance: true
10099
cache-from: type=gha,scope=${{ github.repository }}-${{ matrix.flavor }}
101100
cache-to: type=gha,mode=max,scope=${{ github.repository }}-${{ matrix.flavor }}
102101
- uses: ./.github/actions/container-size-diff
@@ -130,7 +129,7 @@ jobs:
130129
env:
131130
GH_TOKEN: ${{ github.token }}
132131
run: |
133-
gh attestation verify --owner "$GITHUB_REPOSITORY_OWNER" oci://${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
132+
gh attestation verify --repo ${{ github.repository }} oci://${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
134133
acceptance-test:
135134
if: github.event_name == 'pull_request'
136135
needs: build-push

0 commit comments

Comments
 (0)