From fd5a0e840516bcfcb460b5f79d65998799751ded Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Sat, 10 Jan 2026 05:12:51 +0800 Subject: [PATCH] chore: Update Docker image tags in build workflow - Changed Docker image tags in the build workflow to reflect the new repository owner. - Updated the image references to use 'carrotskin' instead of the previous owner for consistency. --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 003c0d8..a83943d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -70,6 +70,6 @@ jobs: build-args: | BINARY_NAME=mcauth-linux-amd64 tags: | - code.littlelan.cn/${{ github.repository_owner }}/mcauth:latest - code.littlelan.cn/${{ github.repository_owner }}/mcauth:${{ github.sha }} + code.littlelan.cn/carrotskin/mcauth:latest + code.littlelan.cn/carrotskin/mcauth:${{ github.sha }} platforms: linux/amd64