douglascamata / setup-docker-macos-action

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

Add lima and colima verions as action inputs #24

Closed limpbrains closed 8 months ago

limpbrains commented 9 months ago

It is now possible to use

        with:
          lima: v0.18.0
          colima: v0.5.6

To specify exect versions

Also I've added output grouping so log looks nicer

douglascamata commented 8 months ago

@limpbrains thanks a lot for the contribution. Could you please update the README to document the new inputs the PR adds? Then I think we can merge.

limpbrains commented 8 months ago

Done

douglascamata commented 8 months ago

Thanks again. I'll wait for #22, update the changelog and then make a new release.