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.
2 parents a408f83 + 35d6bb1 commit 77c101dCopy full SHA for 77c101d
.github/workflows/dstack-ingress-release.yml
@@ -90,4 +90,4 @@ jobs:
90
91
| Image | Digest | Verification |
92
|---|---|---|
93
- | `${IMAGE_REFERENCE}` | `${IMAGE_DIGEST}` | [Verify on Sigstore](https://search.sigstore.dev/?hash=${IMAGE_DIGEST}) |
+ | ${{ env.IMAGE_REFERENCE }} | ${{ steps.capture-digest.outputs.digest }} | [Verify on Sigstore](https://search.sigstore.dev/?hash=${{ steps.capture-digest.outputs.digest }}) |
0 commit comments