Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-9.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent cb5b332 commit a9613f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
#brew services restart colima
# For testcontainers to find the Colima socket
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
#sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
docker context use colima
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
#docker context use colima
- name: Docker MacOS Image - BU Service
run: |
Expand Down

0 comments on commit a9613f5

Please sign in to comment.