Skip to content

Commit

Permalink
Use latest docker version in circleci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Feb 24, 2024
1 parent 00b3c0c commit ba972d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
- image: cimg/base:2024.01
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
- setup_remote_docker
- run: |
for cmd in << pipeline.parameters.cmds >>; do
docker build --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:latest .
Expand All @@ -95,8 +94,7 @@ jobs:
- image: cimg/base:2024.01
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
- setup_remote_docker
- run: |
# Parse version from tag (removing 'v' prefix)
TAG=${CIRCLE_TAG:1}
Expand Down

0 comments on commit ba972d5

Please sign in to comment.