Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: change to latest builx image (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Aug 30, 2023
1 parent 04ccc2c commit 38255f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.10.6
image=moby/buildkit:v0.12.2
#with:
# buildkitd-flags: --debug

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.10.6
image=moby/buildkit:v0.12.2
#with:
# buildkitd-flags: --debug

Expand Down

0 comments on commit 38255f6

Please sign in to comment.