Skip to content

Commit 57a2461

Browse files
committed
build: update buildx to latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 389ebc2 commit 57a2461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ jobs:
206206
name: Set up Docker Buildx
207207
uses: docker/setup-buildx-action@v3
208208
with:
209-
# TODO: switch to latest once Buildx v0.30.0 is released
210-
version: v0.30.0-rc2
209+
version: latest
211210
buildkitd-flags: --debug
212211
-
213212
name: Login to registry

0 commit comments

Comments
 (0)