Skip to content

Commit

Permalink
Update buildx without opts
Browse files Browse the repository at this point in the history
  • Loading branch information
bnallapeta committed Oct 11, 2023
1 parent 06f504a commit 1dca690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.9.3
buildkitd-flags: --debug
# with:
# driver-opts: |
# image=moby/buildkit:v0.9.3
# buildkitd-flags: --debug

- name: Login to Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 1dca690

Please sign in to comment.