diff --git a/.github/workflows/dstack-ingress-release.yml b/.github/workflows/dstack-ingress-release.yml index cedbe18..d4a2025 100644 --- a/.github/workflows/dstack-ingress-release.yml +++ b/.github/workflows/dstack-ingress-release.yml @@ -90,4 +90,4 @@ jobs: | Image | Digest | Verification | |---|---|---| - | `${IMAGE_REFERENCE}` | `${IMAGE_DIGEST}` | [Verify on Sigstore](https://search.sigstore.dev/?hash=${IMAGE_DIGEST}) | \ No newline at end of file + | ${{ env.IMAGE_REFERENCE }} | ${{ steps.capture-digest.outputs.digest }} | [Verify on Sigstore](https://search.sigstore.dev/?hash=${{ steps.capture-digest.outputs.digest }}) | \ No newline at end of file