Skip to content

Commit

Permalink
🐛 Adding Docker to MacOS CI Image
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Dec 29, 2023
1 parent 00932c9 commit eb077ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sh-build-push-docker-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
ENVIRONMENT: SELF_HOSTED

steps:
- name: Install Docker (Mac Colima)
run: |
brew install docker
colima start
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit eb077ff

Please sign in to comment.