We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b3c0c commit ba972d5Copy full SHA for ba972d5
.circleci/config.yml
@@ -82,8 +82,7 @@ jobs:
82
- image: cimg/base:2024.01
83
steps:
84
- checkout
85
- - setup_remote_docker:
86
- version: 20.10.18
+ - setup_remote_docker
87
- run: |
88
for cmd in << pipeline.parameters.cmds >>; do
89
docker build --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:latest .
@@ -95,8 +94,7 @@ jobs:
95
94
96
97
98
99
100
101
# Parse version from tag (removing 'v' prefix)
102
TAG=${CIRCLE_TAG:1}
0 commit comments