Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #59 from turniere/ticket/TUR-18
Browse files Browse the repository at this point in the history
Login to allow pushing deploy container TUR-18
  • Loading branch information
Malaber authored Nov 21, 2019
2 parents e5ba8b5 + 3e82a90 commit 5926226
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 @@ -42,6 +42,7 @@ deploy_watchtower:
services:
- docker:dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE/production:deploy
- docker push $CI_REGISTRY_IMAGE/production:deploy

0 comments on commit 5926226

Please sign in to comment.