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.
ci-toolkit
docker
1 parent 03c5523 commit 15f971dCopy full SHA for 15f971d
.buildkite/pipeline.yml
@@ -35,7 +35,7 @@ steps:
35
matrix:
36
setup:
37
ruby:
38
- - 3.2.2
+ - "$RUBY_VERSION"
39
40
#################
41
# Push to RubyGems
.buildkite/shared-pipeline-vars
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
export IMAGE_ID="xcode-26.1.1"
4
-export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.7.1"
5
-export DOCKER_PLUGIN="docker#v5.8.0"
+export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.7.0"
+export DOCKER_PLUGIN="docker#v5.13.0"
6
export RUBY_VERSION="3.2.2"
7
export DOCKER_RUBY_IMAGE="public.ecr.aws/docker/library/ruby:$RUBY_VERSION"
0 commit comments