Skip to content

Commit

Permalink
Merge pull request #645 from lumapps/IFR-570/implement_ci_cd_on_docum…
Browse files Browse the repository at this point in the history
…entation

IFR-570 Force a newer Docker version in CircleCI
  • Loading branch information
jeromepin authored Oct 21, 2019
2 parents 69cebf9 + 5c95ca2 commit d3a8511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
name: Authenticate with google cloud registry
command: |
echo ${registry_prod_creds} |base64 -d | docker login -u _json_key --password-stdin https://gcr.io
- setup_remote_docker
- setup_remote_docker:
version: 18.09.3
- run: make docker_build
- run: make docker_push

Expand Down

0 comments on commit d3a8511

Please sign in to comment.