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