Skip to content

Commit 77c101d

Browse files
authored
Merge pull request #69 from Dstack-TEE/fix_sigstore
FIX: sigstore's output IMAGE_REFERENCE and IMAGE_DIGEST updated
2 parents a408f83 + 35d6bb1 commit 77c101d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dstack-ingress-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
9191
| Image | Digest | Verification |
9292
|---|---|---|
93-
| `${IMAGE_REFERENCE}` | `${IMAGE_DIGEST}` | [Verify on Sigstore](https://search.sigstore.dev/?hash=${IMAGE_DIGEST}) |
93+
| ${{ env.IMAGE_REFERENCE }} | ${{ steps.capture-digest.outputs.digest }} | [Verify on Sigstore](https://search.sigstore.dev/?hash=${{ steps.capture-digest.outputs.digest }}) |

0 commit comments

Comments
 (0)