Skip to content

Commit

Permalink
Specify buildx driver as normal default, not actions default
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Apr 12, 2024
1 parent 1c50612 commit e223314
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sgdk-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# Without this option, an image built by one step is not available
# locally for the next step.
driver: docker

- name: Create build cache directory
run: |
Expand Down

0 comments on commit e223314

Please sign in to comment.