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

Commit 38255f6

Browse files
authored
chore: change to latest builx image (#554)
1 parent 04ccc2c commit 38255f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-dev-build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v2
2727
with:
2828
driver-opts: |
29-
image=moby/buildkit:v0.10.6
29+
image=moby/buildkit:v0.12.2
3030
#with:
3131
# buildkitd-flags: --debug
3232

.github/workflows/docker-release-build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-buildx-action@v2
2828
with:
2929
driver-opts: |
30-
image=moby/buildkit:v0.10.6
30+
image=moby/buildkit:v0.12.2
3131
#with:
3232
# buildkitd-flags: --debug
3333

0 commit comments

Comments
 (0)