File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 46
46
mvn -B versions:set -DnewVersion=${{ env.VERSION }}
47
47
mvn -B clean install -DskipTests=true
48
48
49
- - name : Build Docker image
50
- working-directory : flink-dockerfile-example
51
- run : |
52
- DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl${{ matrix.SQRL_VERSION }}
53
- docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg GITHUB_ACTOR=${{ github.actor }} --build-arg GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -t $DOCKER_TAG .
54
-
55
- - name : Push Docker image
56
- if : github.event_name == 'release' && github.event.action == 'created'
57
- run : |
58
- DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl${{ matrix.SQRL_VERSION }}
59
- docker push $DOCKER_TAG
60
-
61
49
- name : Upload to GitHub Release
62
50
if : github.event_name == 'release' && github.event.action == 'created'
63
51
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments