Skip to content

Commit adcc76c

Browse files
committed
Remove 'v' prefix from docker tag
1 parent 7aaedfb commit adcc76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)