Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 482fbc7 commit a421eb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ jobs:
repository: 'larc-logs-transparentes/logs-transparentes'
path: 'logs-transparentes'

- name: Install Docker
run: |
brew install docker
colima start
# 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
- name: Docker MacOS Image - BU Service
run: |
cd logs-transparentes/backend/bu_service
Expand Down

0 comments on commit a421eb9

Please sign in to comment.