Skip to content

Commit

Permalink
fix: install Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Nov 1, 2023
1 parent 1f0120c commit 2e1de1f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Docker Desktop
run: |
brew install --cask docker
open --background -a docker
sleep 60
run: brew install docker

- name: Log current Docker storage driver
run: |
docker info
run: docker info

- name: Build and push
run: |
Expand Down

0 comments on commit 2e1de1f

Please sign in to comment.