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 b637647 + 4d2e4f5 commit 033b124Copy full SHA for 033b124
.github/workflows/dstack-ingress-release.yml
@@ -81,3 +81,13 @@ jobs:
81
echo "- Digest: \`${IMAGE_DIGEST}\`"
82
echo "- Sigstore: https://search.sigstore.dev/?hash=${IMAGE_DIGEST}"
83
} >> "$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