Skip to content

Commit 033b124

Browse files
authored
Merge pull request #62 from Dstack-TEE/fix_sigstore
FIX: add release page summary of dstack-ingress
2 parents b637647 + 4d2e4f5 commit 033b124

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ jobs:
8181
echo "- Digest: \`${IMAGE_DIGEST}\`"
8282
echo "- Sigstore: https://search.sigstore.dev/?hash=${IMAGE_DIGEST}"
8383
} >> "$GITHUB_STEP_SUMMARY"
84+
85+
- name: Release
86+
uses: softprops/action-gh-release@v1
87+
with:
88+
body: |
89+
## Docker Image Digest (SHA256)
90+
91+
| Image | Digest | Verification |
92+
|---|---|---|
93+
| `${IMAGE_REFERENCE}` | `${IMAGE_DIGEST}` | [Verify on Sigstore](https://search.sigstore.dev/?hash=${IMAGE_DIGEST}) |

0 commit comments

Comments
 (0)