This commit is contained in:
Stanislav Nikitin 2020-09-28 01:31:06 +05:00
parent 5e204d8bfa
commit 059d5e1fc0
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stages:
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker login -u $DOCKERHUB_USER -p "$DOCKERHUB_PASSWORD"
- docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_PASSWORD"
- docker info
build-local-registry-latest: