Skip to content

Commit 969d028

Browse files
author
William Yang
committed
fix: use bootcs-cli as image name (match repo name)
1 parent 476d762 commit 969d028

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-cli-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# 学员只需使用一个镜像,无需选择
55
#
66
# 镜像标签:
7-
# - ghcr.io/bootcs-cn/cli:latest (推荐)
8-
# - ghcr.io/bootcs-cn/cli:v2.0.0 (版本号)
7+
# - ghcr.io/bootcs-cn/bootcs-cli:latest (推荐)
8+
# - ghcr.io/bootcs-cn/bootcs-cli:v2.0.0 (版本号)
99

1010
name: Build CLI Image
1111

@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
REGISTRY: ghcr.io
33-
IMAGE_NAME: bootcs-cn/cli
33+
IMAGE_NAME: bootcs-cn/bootcs-cli
3434

3535
jobs:
3636
build:

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# 与评测环境一致,避免"本地通过、线上失败"问题
55
#
66
# 使用方式:
7-
# docker run --rm -v $(pwd):/workspace ghcr.io/bootcs-cn/cli check cs50/hello
8-
# docker run --rm -v $(pwd):/workspace ghcr.io/bootcs-cn/cli submit cs50/hello
7+
# docker run --rm -v $(pwd):/workspace ghcr.io/bootcs-cn/bootcs-cli check cs50/hello
8+
# docker run --rm -v $(pwd):/workspace ghcr.io/bootcs-cn/bootcs-cli submit cs50/hello
99
#
1010
# 支持课程:
1111
# - CS50 (C, Python)

0 commit comments

Comments
 (0)