Skip to content

Commit

Permalink
try the host flag again
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Apr 4, 2024
1 parent cb658a3 commit 6b5edc9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,13 @@ jobs:
PUSH_FLAG=""
fi
docker buildx build \
--cache-from=type=gha \
--cache-to=type=gha \
${PUSH_FLAG} \
--tag ${{ steps.tag.outputs.full_tag }} \
.
docker --host=unix:///Users/runner/.docker/run/docker.sock \
buildx build \
--cache-from=type=gha \
--cache-to=type=gha \
${PUSH_FLAG} \
--tag ${{ steps.tag.outputs.full_tag }} \
.
build-publish-dev-bazel:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b5edc9

Please sign in to comment.