Skip to content

Commit

Permalink
Revert Docker vertion to 18.09
Browse files Browse the repository at this point in the history
  • Loading branch information
mozamimy committed May 11, 2019
1 parent d584c24 commit 1b8f0a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
BUILD_JOBS: '4'
docker:
docker:
- image: 'docker:18.06.3-ce'
- image: 'docker:18.09'

jobs:
lint:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
steps:
- 'checkout'
- setup_remote_docker:
version: '18.06.3-ce'
docker_layer_caching: true
- run: 'docker build --tag mozamimy/salmon:latest --tag mozamimy/salmon:${CIRCLE_TAG:1} --tag mozamimy/salmon:${CIRCLE_SHA1} .'
push_docker_image:
Expand All @@ -60,7 +59,6 @@ jobs:
steps:
- 'checkout'
- setup_remote_docker:
version: '18.06.3-ce'
docker_layer_caching: true
- run: 'docker login -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}'
- run: 'docker push mozamimy/salmon:latest'
Expand Down

0 comments on commit 1b8f0a6

Please sign in to comment.