chore: Update Docker image tags in build workflow
Some checks failed
Build / build (push) Successful in 3m57s
Build / build-docker (push) Has been cancelled

- 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.
This commit is contained in:
lafay
2026-01-10 05:12:51 +08:00
parent 573c10ed1d
commit fd5a0e8405

View File

@@ -70,6 +70,6 @@ jobs:
build-args: | build-args: |
BINARY_NAME=mcauth-linux-amd64 BINARY_NAME=mcauth-linux-amd64
tags: | tags: |
code.littlelan.cn/${{ github.repository_owner }}/mcauth:latest code.littlelan.cn/carrotskin/mcauth:latest
code.littlelan.cn/${{ github.repository_owner }}/mcauth:${{ github.sha }} code.littlelan.cn/carrotskin/mcauth:${{ github.sha }}
platforms: linux/amd64 platforms: linux/amd64