update docker repository in .circleci/config.yml

This commit is contained in:
Dawid Wysokiński 2021-02-06 12:39:26 +01:00
parent 24f0c5b3ae
commit b78011b0b7
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-dcbot:latest .
- run: docker build -t $DOCKER_LOGIN/twhelp-cron:latest .
# deploy the image
- run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest
- run: docker push $DOCKER_LOGIN/twhelp-cron:latest
workflows:
version: 2
deploy_prod: