fix: YML
continuous-integration/drone/push Build is failing Details

develop
Gong 2023-08-28 17:31:02 +08:00
parent bd8328ef21
commit 294b496d53
1 changed files with 5 additions and 3 deletions

View File

@ -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