fix: YML
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
bd8328ef21
commit
294b496d53
|
@ -39,17 +39,19 @@ steps: # 定义管道的执行步骤
|
||||||
- name: pull_image
|
- name: pull_image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
registry: registry.hub.docker.com
|
||||||
|
repo: gong921123/hyperf:latest
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
commands:
|
auto_tag: true
|
||||||
- docker pull gong921123/hyperf:latest
|
|
||||||
|
|
||||||
- name: start_container
|
- name: start_container
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
- ls -a
|
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
|
|
||||||
- name: run_hyperf
|
- name: run_hyperf
|
||||||
|
|
Loading…
Reference in New Issue