Skip to content

Commit

Permalink
chore: setup docker on macos runniner
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <[email protected]>
  • Loading branch information
Yukaii committed Feb 1, 2024
1 parent badba45 commit 326386d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}

-
name: Setup docker on macos
if: startsWith(matrix.os, 'macos')
uses: douglascamata/setup-docker-macos-action@v1-alpha

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 326386d

Please sign in to comment.