We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c3fe9 commit cbe8cc3Copy full SHA for cbe8cc3
1 file changed
.github/workflows/maven.yml
@@ -109,4 +109,14 @@ jobs:
109
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\",
110
\"Commits\":
111
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
112
- }}" > buildinfo.json; cat buildinfo.json
+ }}" > dockerbuildinfo.json; cat dockerbuildinfo.json
113
+
114
+ - name: Push Build Info Package
115
+ run: >-
116
+ octo build-information
117
+ --space=${{ secrets.OCTOPUS_SERVER_SPACE}}
118
+ --server=${{ secrets.OCTOPUS_SERVER_URL }}
119
+ --apiKey=${{ secrets.OCTOPUS_API_KEY }}
120
+ --package-id=ctopussamples/randomquotesjava
121
+ --version=0.1.${{ github.run_number }}
122
+ --file=dockerbuildinfo.json
0 commit comments