Skip to content

Commit

Permalink
Merge branch 'gamzaliev__dockerhub-login-fix' into 'release-1.12'
Browse files Browse the repository at this point in the history
Fixed dockerhub login again

See merge request development/we/node/open-source-node!12
  • Loading branch information
rgamzaliev committed Jun 8, 2023
2 parents 8d89e7a + 6a0225f commit 898f542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ publish-images-dockerhub:
- mkdir -p $HOME/.docker
- echo $DOCKER_AUTH_CONFIG > $HOME/.docker/config.json
script:
- docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASSWORD}"
# Pull latest image for using cache
- docker pull "${REGISTRY}/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:latest" || true

Expand Down

0 comments on commit 898f542

Please sign in to comment.