Merge pull request #1054 from crazy-max/buildkit-0.29.0

update buildkit to 0.29.0 and buildx to 0.33.0
This commit is contained in:
CrazyMax
2026-03-31 18:29:02 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ on:
env:
NODE_VERSION: "24"
BUILDX_VERSION: "v0.33.0-rc1"
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0-rc1"
BUILDX_VERSION: "v0.33.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
jobs:
test:

View File

@@ -16,7 +16,7 @@
ARG NODE_VERSION=24
ARG DOCKER_VERSION=29.3
ARG BUILDX_VERSION=0.33.0-rc1
ARG BUILDX_VERSION=0.33.0
ARG COMPOSE_VERSION=5.1.1
ARG UNDOCK_VERSION=0.11.0
ARG REGCTL_VERSION=v0.11.2