Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Nov 30, 2023
1 parent d0ec078 commit eaac649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ jobs:
pip install --upgrade pip
pip install -r requirements-dev.txt dist/${{ env.package-name }}-*x86_64*.whl --force-reinstall
rm -rf daft
- name: Set Docker to use BuildX
run: docker buildx create --use --driver=docker-container

- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit eaac649

Please sign in to comment.