fix: 修复了大写导致的不能正常上传镜像
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-02-24 11:18:00 +08:00
parent 2124790c8d
commit 0c6c0ae1ac

View File

@@ -14,7 +14,7 @@ on:
env:
REGISTRY: code.littlelan.cn
IMAGE_NAME: ${{ github.repository_owner }}/carrotskin
IMAGE_NAME: ${{ tolower(github.repository_owner) }}/carrotskin
jobs:
build-and-push: