Skip to content

Commit

Permalink
fix: Add Docker installation step to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Orris committed Feb 13, 2024
1 parent a700c4b commit 7116bda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-dev-ci-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
BRANCH_NAME: ${{github.ref_name}}
runs-on: macos-14
steps:
- name: Install and Start Docker
run: |
brew install --cask docker
open -a /Applications/Docker.app
- name: Check Out Repo
uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit 7116bda

Please sign in to comment.