douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

Action fails if you put it before checkout #2

Closed limpbrains closed 1 year ago

limpbrains commented 1 year ago
line 3: .github/brew-colima: No such file or directory

Full log:

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations

==> Auto-updated Homebrew!
Updated 8 taps (azure/bicep, graalvm/tap, homebrew/core, homebrew/cask, homebrew/bundle, homebrew/services, mongodb/brew and aws/tap).
==> New Formulae
ancient
cargo-make
cargo-release
clang-build-analyzer
copa
kwok
libaribcaption
liblerc
libsais
m1ddc
mdless
okta-awscli
opencl-clhpp-headers
pipdeptree
qdmr
scriptisto
tetra
xcdiff
zsh-autopair
==> New Casks
capslocknodelay
copilot-for-xcode
hidock
lotus
monofocus
rive
serene
spotify4bigsur
spybuster
ulbow

You have 18 outdated formulae and 2 outdated casks installed.
You can upgrade them with brew upgrade
or list them with brew outdated.

/Users/runner/work/_temp/0731ba17-9763-4380-a2ce-60b9b247d282.sh: line 3: .github/brew-colima: No such file or directory
Error: Process completed with exit code 1.
romansorochak commented 1 year ago

+1 also faicing this issue

douglascamata commented 1 year ago

Will try to give this some love this weekend 👍

douglascamata commented 1 year ago

I believe I solved this via https://github.com/douglascamata/setup-docker-macos-action/commit/e94bab39196cb5cb641a15989934f0fe484c72cb. Can you please try it out? I updated the v1-alpha release to include it.

limpbrains commented 1 year ago

@douglascamata Hey! I realy like setup-docker-macos-action, it so much faster then docker-practice/actions-setup-docker. But I have to switch for it, because it has docker-compose and it is easy to mount a directory, so can't test right now, sorry

douglascamata commented 1 year ago

Hummm, I see. I can add docker-compose too, should be easy.

douglascamata commented 1 year ago

Done and updated, @limpbrains. Now docker-compose also installed and properly configured to run with docker compose.

limpbrains commented 1 year ago

@douglascamata thank you very much. docker-compose works and this issue is resolved