We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb634d7 commit 67b69fdCopy full SHA for 67b69fd
1 file changed
.github/workflows/maven.yml
@@ -80,6 +80,7 @@ jobs:
80
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
81
\"VcsType\": \"Git\",
82
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\",
83
+ \"CommentParser\": \"GitHub\",
84
\"Commits\":
85
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}],
86
}" > dockerbuildinfo.json; cat dockerbuildinfo.json
0 commit comments