File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments