We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c465a7 commit 9c7b359Copy full SHA for 9c7b359
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
cat <<RELEASE_NOTE | tee release-note.md
76
* Commit: https://github.com/${GITHUB_REPOSITORY}/tree/${GITHUB_REF_NAME}
77
* Tags: ${{ steps.parse.outputs.tags }}
78
- * Digest: `${{ steps.docker_build.outputs.digest }}`
+ * Digest: \`${{ steps.docker_build.outputs.digest }}\`
79
RELEASE_NOTE
80
- name: Create GitHub Release
81
if: github.ref_type == 'tag'
0 commit comments