fix: test12
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
00d873eac1
commit
97e57f28d5
|
@ -3,6 +3,15 @@ type: docker
|
||||||
name: testing
|
name: testing
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: docker-login
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: registry.cn-shanghai.aliyuncs.com
|
||||||
|
username:
|
||||||
|
from_secret: aliyun_docker_name
|
||||||
|
password:
|
||||||
|
from_secret: aliyun_docker_password
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74:latest
|
image: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue