update circleci config

This commit is contained in:
Dawid Wysokiński 2021-02-04 20:11:21 +01:00
parent 362d78febf
commit 6eaafeebed

View File

@ -10,7 +10,7 @@ jobs:
# start proprietary DB using private Docker image
# with credentials stored in the UI
- run: |
docker login -u $DOCKER_LOGIN -p $DOCKER_PASS
docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
# build the application image
- run: docker build -t $DOCKER_LOGIN/twhelp-version-website:latest .