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 7f61414 commit ebfb69dCopy full SHA for ebfb69d
.github/workflows/wc-build-push.yml
@@ -249,7 +249,7 @@ jobs:
249
show-summary: false
250
push-to-registry: true
251
- name: Verify attestation
252
- run: gh attestation verify --repo "${GH_REPO}" "oci://${FULLY_QUALIFIED_IMAGE_NAME}@${DIGEST}"
+ run: gh attestation verify --repo "${GH_REPO}" --signer-workflow philips-software/amp-devcontainer/.github/workflows/wc-build-push.yml "oci://${FULLY_QUALIFIED_IMAGE_NAME}@${DIGEST}"
253
env:
254
DIGEST: ${{ steps.inspect-manifest.outputs.digest }}
255
FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}
0 commit comments