Skip to content

Commit

Permalink
Fix docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed Aug 21, 2024
1 parent 79f73c6 commit 2acc007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
if: matrix.os == 'macos-14'
run: |
brew install --cask docker
open -a Docker
open /Applications/Docker.app
while ! docker system info > /dev/null 2>&1; do
echo "Waiting for Docker to start..."
sleep 5
done

- name: Check Docker Status
if: matrix.os == 'macos-14'
run: |
Expand Down

0 comments on commit 2acc007

Please sign in to comment.