Skip to content

Commit 7660009

Browse files
committed
fix: (workflow) invalid tag "ghcr.io/BlockG-ws/realbot:latest": repository name must be lowercase
1 parent 1d1ae5e commit 7660009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
# ghcr.io 上的镜像名称
1313
# 格式为:ghcr.io/OWNER/REPO_NAME
14-
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
14+
IMAGE_NAME: ghcr.io/blockg-ws/${{ github.event.repository.name }}
1515

1616
# 3. 定义工作流中的任务
1717
jobs:

0 commit comments

Comments
 (0)