Skip to content

Commit

Permalink
mac tst
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 8, 2024
1 parent 7c52a00 commit e8be946
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
run: |
brew install --cask docker
- name: Start Docker
run: |
# Start Docker.app if not already running
if ! pgrep -f Docker.app; then
open -a /Applications/Docker.app
# Wait for Docker to be ready
while ! docker info >/dev/null 2>&1; do sleep 1; done
fi
# - name: Start Docker
# run: |
# # Start Docker.app if not already running
# if ! pgrep -f Docker.app; then
# open -a /Applications/Docker.app
# # Wait for Docker to be ready
# while ! docker info >/dev/null 2>&1; do sleep 1; done
# fi

- name: Build Docker image (manual)
run: docker build -t my-docker-image .

0 comments on commit e8be946

Please sign in to comment.