Skip to content

Commit

Permalink
Fix GH buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques committed Jul 3, 2023
1 parent 3903a30 commit b7ab712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: |
image=moby/buildkit:v0.10.6
- name: Inspect builder
run: |
Expand Down

0 comments on commit b7ab712

Please sign in to comment.