Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 81c5885 commit 766cba3
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 @@ -114,12 +114,12 @@ jobs:
run: |
brew install colima
brew services start colima
brew install docker
brew install --cask docker
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
#docker context use colima
- name: Docker MacOS Image - BU Service
run: |
Expand Down

0 comments on commit 766cba3

Please sign in to comment.