From 364b85cdc60cabd075cc27466e9042f4d09c03cf Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 27 Feb 2023 09:29:35 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=94=AF=E6=8C=81=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B9=B6=E4=B8=8A=E4=BC=A0=E7=BD=91=E9=A1=B5=E5=88=B0=E6=99=AF?= =?UTF-8?q?=E5=AE=89=E8=99=9A=E6=9C=BA=E3=80=82x5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 13267bc..c38cd47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -199,7 +199,7 @@ steps: dockerfile: Dockerfile target: upload cache_from: - - docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-upload:${DRONE_BRANCH}${DRONE_TAG}-amd64 + - docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-deps:${DRONE_BRANCH}${DRONE_TAG}-amd64 tags: - '${DRONE_COMMIT_SHA:0:8}' - '${DRONE_BRANCH}${DRONE_TAG}'