Skip to content

Commit

Permalink
brew services start docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam-Br committed May 5, 2024
1 parent bbb92a8 commit c4c1265
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
if: inputs.dev == false
run: |
echo "Installing Docker..."
brew install docker
# brew install docker
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
sudo hdiutil detach /Volumes/Docker
sudo ln -s ~/.docker/run/docker.sock /var/run/docker.sock
echo "Docker installed successfully."

Expand Down

0 comments on commit c4c1265

Please sign in to comment.