Skip to content

Commit

Permalink
fix: use MacOS for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 31, 2023
1 parent 264e743 commit 89997ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Install Docker Desktop
run: |
brew install --cask docker
open --background -a Docker
sleep 60
- name: Install Docker Compose
run: brew install docker-compose

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log current Docker storage driver
run: |
docker info
Expand All @@ -35,4 +38,3 @@ jobs:
- name: Run
run: |
docker run docker-e2e

0 comments on commit 89997ba

Please sign in to comment.