From 6d23a2f3698b16baf1b0d95133bfb14a2532a617 Mon Sep 17 00:00:00 2001 From: QXYang686 Date: Sat, 14 Feb 2026 22:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC=E5=87=86?= =?UTF-8?q?=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 3348fc1..9ff609e 100644 --- a/build.sh +++ b/build.sh @@ -16,14 +16,14 @@ pushd develop-base npx devcontainer build \ --platform linux/amd64,linux/arm64 \ --image-name ${REGISTRY}/devcontainers/develop-base --push \ - --cache-to type=registry,ref=${REGISTRY}/devcontainers/develop-base,mode=max \ - --cache-from type=registry,ref=${REGISTRY}/devcontainers/develop-base + --cache-to type=registry,ref=${REGISTRY}/devcontainers/develop-base:buildcache,mode=max \ + --cache-from type=registry,ref=${REGISTRY}/devcontainers/develop-base:buildcache popd pushd universal-base npx devcontainer build \ --platform linux/amd64,linux/arm64 \ --image-name ${REGISTRY}/devcontainers/universal-base --push \ - --cache-to type=registry,ref=${REGISTRY}/devcontainers/universal-base,mode=max \ - --cache-from type=registry,ref=${REGISTRY}/devcontainers/devcontainers/universal-base + --cache-to type=registry,ref=${REGISTRY}/devcontainers/universal-base:buildcache,mode=max \ + --cache-from type=registry,ref=${REGISTRY}/devcontainers/universal-base:buildcache popd