Skip to content

Commit 1dc38e4

Browse files
committed
Fix circleci pipeline
1 parent adcc76c commit 1dc38e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- setup_remote_docker:
4848
version: 20.10.6
4949
- run: |
50-
TAG=${${CIRCLE_TAG:1}:-latest}
50+
TAG=${CIRCLE_TAG:1}
51+
TAG=${TAG:-latest}
5152
docker build -t robocupssl/ssl-simulation-controller:$TAG .
5253
docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
5354
docker push robocupssl/ssl-simulation-controller:$TAG

0 commit comments

Comments
 (0)