update buildkit to 0.28.0-rc1 and buildx to 0.32.0-rc1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-25 09:35:14 +01:00
parent 56778fba0b
commit f96fcb3238
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.31.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
BUILDX_VERSION: "v0.32.0-rc1"
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1"
jobs:
test: