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