update the docker repository in .circleci/config.yml

This commit is contained in:
Dawid Wysokiński 2021-02-06 11:10:11 +01:00
parent 843f925b68
commit 02df98ead6
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
- run: |
docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
# build the application image
- run: docker build -t $DOCKER_LOGIN/twhelp-version-website:latest .
- run: docker build -t $DOCKER_LOGIN/twhelp-dcbot:latest .
# deploy the image
- run: docker push $DOCKER_LOGIN/twhelp-version-website:latest
- run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest
workflows:
version: 2
deploy_prod: