ci: docker
This commit is contained in:
parent
023a477f7e
commit
c1468a8115
|
|
@ -5,7 +5,7 @@ docker:
|
|||
registry: docker.1ms.run
|
||||
steps:
|
||||
- name: run-hello-script
|
||||
image: docker.1ms.run/library/alpine # 必须指定基础镜像(如alpine/bash)
|
||||
image: library/alpine # 必须指定基础镜像(如alpine/bash)
|
||||
commands:
|
||||
- chmod +x hello.sh
|
||||
- ./hello.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue