We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e86dcb commit 3993eb7Copy full SHA for 3993eb7
1 file changed
.circleci/config.yml
@@ -186,10 +186,11 @@ jobs:
186
tag:
187
type: string
188
default: "3.1.2-focal"
189
- executor: "docker"
+ docker:
190
+ - image: cimg/base:2022.06
191
steps:
- - setup_remote_docker
192
- - install_docker_client
+ - setup_remote_docker:
193
+ version: 20.10.14
194
- run:
195
name: "Create manifest"
196
command: |
@@ -258,4 +259,4 @@ workflows:
258
259
requires:
260
- build_master_amd64
261
- build_master_arm64
- tag: << pipeline.parameters.ubuntu_version >>-<< pipeline.parameters.ruby_version >>
262
+ tag: << pipeline.parameters.ruby_version >>-<< pipeline.parameters.ubuntu_version >>
0 commit comments