forked from CarrotSkin/carrotskin
fix: 修复了大写导致的不能正常上传镜像
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user