ci: docker
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
4d8fae87ff
commit
023a477f7e
|
|
@ -1,7 +1,8 @@
|
||||||
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: docker.1ms.run/library/alpine # 必须指定基础镜像(如alpine/bash)
|
image: docker.1ms.run/library/alpine # 必须指定基础镜像(如alpine/bash)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue