Skip to content

Commit de4220d

Browse files
committed
Include tag version
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 4cd1098 commit de4220d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
- name: Build and push Docker image
4040
working-directory: flink-dockerfile-example
4141
run: |
42-
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} -t $DOCKER_REPO:${{ matrix.SQRL_VERSION }} .
43-
docker push $DOCKER_REPO:${{ matrix.SQRL_VERSION }}
42+
DOCKER_TAG=$DOCKER_REPO:0.0.1-RC1-sqrl${{ matrix.SQRL_VERSION }}
43+
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} -t $DOCKER_TAG .
44+
docker push $DOCKER_TAG

0 commit comments

Comments
 (0)