File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
if : github.event_name == 'release' && github.event.action == 'created'
33
33
uses : docker/login-action@v2
34
34
with :
35
- username : ${{ secrets.DOCKER_USERNAME }}
35
+ username : datasqrl
36
36
password : ${{ secrets.DOCKER_PASSWORD }}
37
37
38
38
- name : Pull base images
Original file line number Diff line number Diff line change 35
35
uses : docker/setup-buildx-action@v2
36
36
37
37
- name : Log in to Docker Hub
38
- if : github.event_name == 'release' && github.event.action == 'created'
39
38
uses : docker/login-action@v2
40
39
with :
41
- username : ${{ secrets.DOCKER_USERNAME }}
40
+ username : datasqrl
42
41
password : ${{ secrets.DOCKER_PASSWORD }}
43
42
44
43
- name : Pull base images
68
67
69
68
- name : Build Docker image
70
69
run : |
71
- DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrlv${{ matrix.SQRL_VERSION }}-flink ${{ matrix.FLINK_PROFILE }}
70
+ DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrlv${{ matrix.SQRL_VERSION }}-${{ matrix.FLINK_PROFILE }}
72
71
ls -lha
73
72
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg RUNNER_VERSION=${{ env.VERSION }} -t $DOCKER_TAG .
74
73
docker push $DOCKER_TAG
You can’t perform that action at this time.
0 commit comments