We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a9474 commit b68b33fCopy full SHA for b68b33f
.github/workflows/build-push.yml
@@ -130,7 +130,7 @@ jobs:
130
env:
131
GH_TOKEN: ${{ github.token }}
132
run: |
133
- gh attestation verify oci://${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }} --owner "$GITHUB_REPOSITORY_OWNER"
+ gh attestation verify --owner "$GITHUB_REPOSITORY_OWNER" oci://${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
134
acceptance-test:
135
if: github.event_name == 'pull_request'
136
needs: build-push
.github/workflows/package-published.yml
@@ -5,6 +5,9 @@ on:
5
registry_package:
6
types: [published]
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
attach-provenance-to-release:
13
runs-on: ubuntu-latest
0 commit comments