We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c972997 commit dcf75feCopy full SHA for dcf75fe
1 file changed
.github/workflows/maven.yml
@@ -104,8 +104,8 @@ jobs:
104
uses: docker/build-push-action@v2
105
with:
106
push: true
107
- build-args: VERSION=0.1.${{ github.run_number }}-${BRANCH_NAME}
108
- tags: octopussamples/randomquotesjava:0.1.${{ github.run_number }}-${BRANCH_NAME}
+ build-args: VERSION=0.1.${{ github.run_number }}-${{ env.BRANCH_NAME }}
+ tags: octopussamples/randomquotesjava:0.1.${{ github.run_number }}-${{ env.BRANCH_NAME }}
109
110
- name: Branch build Docker build info
111
if: github.ref != 'refs/heads/master'
0 commit comments