Skip to content

Commit

Permalink
Add driver:docker to build-ci to fix (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Nov 22, 2021
1 parent b09ba19 commit 6997597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
uses: docker/setup-buildx-action@v1.3.0
with:
install: true
driver: docker

- name: Login to ghcr.io
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -230,6 +231,7 @@ jobs:
uses: docker/setup-buildx-action@v1.3.0
with:
install: true
driver: docker

- name: Login to ghcr.io
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 6997597

Please sign in to comment.