Skip to content

Commit

Permalink
Use latest docker for remote machine (#198)
Browse files Browse the repository at this point in the history
* Use latest docker for remote machine

* Fix tests

---------

Co-authored-by: Mateo Arboleda <[email protected]>
  • Loading branch information
1 parent 92f84b5 commit 3b79d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ workflows:
executor: docker-latest
context: cimg-docker-image-building
use-remote-docker: true
remote-docker-version: "20.10.12"
use-buildkit: true
dockerfile: test.Dockerfile
image: ccitest/docker-orb-test
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
remote-docker-version:
type: string
default: "20.10.18"
default: "default"
description: >
Pick remote Docker engine version.
Available versions can be found at: https://circleci.com/docs/2.0/building-docker-images/#docker-version.
Expand Down

0 comments on commit 3b79d67

Please sign in to comment.