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 f079a2c commit cfef6d8Copy full SHA for cfef6d8
.github/workflows/ci.yml
@@ -28,12 +28,13 @@ jobs:
28
- uses: ruby/setup-ruby-pkgs@v1
29
with:
30
ruby-version: "3.3"
31
- brew: "docker docker-buildx"
+ brew: "docker docker-buildx colima"
32
- name: enable buildx command
33
run: |
34
mkdir -p ~/.docker
35
echo '{"cliPluginsExtraDirs": ["/opt/homebrew/lib/docker/cli-plugins"]}' > ~/.docker/config.json
36
cat ~/.docker/config.json
37
+ colima start
38
- name: Fetch docker buildx layer cache
39
uses: actions/cache@v4
40
0 commit comments