Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-19.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 1c56457 commit b01ac97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 75 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

publish-macos:
runs-on: macOS-latest
runs-on: macOS-13
needs: build

steps:
Expand All @@ -109,18 +109,10 @@ jobs:
with:
repository: 'larc-logs-transparentes/logs-transparentes'
path: 'logs-transparentes'

- name: Install Docker
run: |
brew install colima
brew services start colima
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

- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha

- name: Docker MacOS Image - BU Service
run: |
cd logs-transparentes/backend/bu_service
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/teste-macos.yml

This file was deleted.

0 comments on commit b01ac97

Please sign in to comment.