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 677118c commit 61bce20Copy full SHA for 61bce20
.github/workflows/build-image-test.yaml
@@ -65,11 +65,10 @@ jobs:
65
>> $GITHUB_ENV
66
67
- name: Setup docker (missing on MacOS)
68
- if: matrix.os == 'macos'
69
- run: |
70
- brew install docker
71
- colima start
72
-
+ if: matrix.os == 'macos'
+ run: |
+ brew install docker
+ colima start
73
- name: Set up Docker Buildx
74
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
75
if: steps.changed-files-specific.outputs.any_changed == 'true'
0 commit comments