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 dfcdca3 commit 8332068Copy full SHA for 8332068
.github/workflows/build-image-test.yaml
@@ -64,11 +64,10 @@ jobs:
64
repo=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')
65
echo "IMAGE=ghcr.io/${repo}:${{ env.IMAGE_TAG }}" >> $GITHUB_ENV
66
67
- - name: Setup docker (missing on MacOS)
68
- if: runner.os == 'macos'
69
- run: |
70
- brew install docker colima
71
- colima start
+ - name: Setup Docker on macOS
+ if: runner.os == 'macOS'
+ uses: douglascamata/[email protected]
+
72
- name: Set up Docker Buildx
73
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
74
if: steps.changed-files-specific.outputs.any_changed == 'true'
0 commit comments