Skip to content

Commit d5fc6f7

Browse files
committed
Push with correct docker image name...
1 parent efd42c8 commit d5fc6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
- run: |
7676
TAG=${CIRCLE_TAG:1}
7777
TAG=${TAG:-latest}
78-
docker build -t robocupssl/ssl-simulation-controller:$TAG .
78+
docker build -t robocupssl/ssl-game-controller:$TAG .
7979
docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
80-
docker push robocupssl/ssl-simulation-controller:$TAG
80+
docker push robocupssl/ssl-game-controller:$TAG
8181
8282
workflows:
8383
version: 2

0 commit comments

Comments
 (0)