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