From 044bf17f4eac30e1730ac0f48260ef67cfaff7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <2058282593@qq.com> Date: Mon, 2 Jun 2025 23:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b32528c..34d020c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: with: context: . push: true - tags: ghcr.io/${{github.repository}}:latest + tags: ghcr.io/purofle/sbbot:latest platforms: linux/amd64,linux/arm64 - cache-from: type=registry,ref=ghcr.io/${{github.repository}}:latest + cache-from: type=registry,ref=ghcr.io/purofle/sbbot:latest cache-to: type=inline \ No newline at end of file