Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Oct 16, 2024
1 parent eae9802 commit 208ff48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: Setup docker (missing on macOS)
if: runner.os == 'macos'
run: |
brew install docker
brew install --HEAD colima
brew install docker
colima delete
colima start --network-address --arch x86_64
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
Expand Down

0 comments on commit 208ff48

Please sign in to comment.