We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45a401 commit 349a2a9Copy full SHA for 349a2a9
1 file changed
.github/workflows/build.yaml
@@ -57,6 +57,6 @@ jobs:
57
password: ${{ secrets.REGISTERY_PASSWORD }}
58
- name: build
59
run: |
60
- docker pull registry.cn-hangzhou.aliyuncs.com/acejilam/ray:2.43.0-py39-gpu
+ docker pull --progress=plain registry.cn-hangzhou.aliyuncs.com/acejilam/ray:2.43.0-py39-gpu
61
docker build -t registry.cn-hangzhou.aliyuncs.com/ls-2018/test:tmp .
62
docker push registry.cn-hangzhou.aliyuncs.com/ls-2018/test:tmp
0 commit comments