Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Feb 28, 2023
1 parent b45b8f3 commit 25f2628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
BINDER_CACHE: true # 写入 binder/Dockerfile
PUBLIC_REGISTRY_CHECK: true # 检查是否是公开的镜像服务
MYBINDERORG_TAG: ${{ github.event.inputs.tag }}
ADDITIONAL_TAG: ${{ github.event.inputs.tag }}
ADDITIONAL_TAG: ${{ github.event.inputs.tag }} # 注意:binder 始终使用哈希 TAG ,请勿在 docker hub 删除 /binder/Dockerfile 对应的哈希 TAG

create_release:
name: Create Release
Expand Down

0 comments on commit 25f2628

Please sign in to comment.