Skip to content

Commit

Permalink
🚀 add missing docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Aug 31, 2018
1 parent 8626ab5 commit 0364775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -129,6 +129,8 @@ build_app:
stage: deploy
image: docker:stable
before_script:
- docker info
- docker pull "registry.gitlab.com/${CI_PROJECT_PATH}/${IMAGE_ARCH}:${CI_COMMIT_SHA}"
- |
echo "${CI_JOB_TOKEN}" | docker login \
--username gitlab-ci-token \
Expand Down

0 comments on commit 0364775

Please sign in to comment.