Skip to content

Commit

Permalink
colima?
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Apr 5, 2024
1 parent 33d54d1 commit dc75ca8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ jobs:
steps:
- name: Install Docker
run: |
brew install --cask docker
brew install docker-buildx
brew install docker
colima start
- name: Download context
uses: actions/download-artifact@v4
with:
Expand All @@ -150,7 +149,7 @@ jobs:
PUSH_FLAG=""
fi
docker --host=unix:///Users/runner/.docker/run/docker.sock \
docker \
buildx build \
--cache-from=type=gha \
--cache-to=type=gha \
Expand Down

0 comments on commit dc75ca8

Please sign in to comment.