update buildkit to 0.29.0-rc1 and buildx to 0.33.0-rc1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-26 15:57:13 +01:00
parent 78126ab93d
commit be7208651f
2 changed files with 3 additions and 3 deletions

View File

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