fix: yml21

develop v0.0.20
Gong 2023-08-30 08:53:08 +08:00
parent cd3668baf6
commit 6d68747610
1 changed files with 14 additions and 14 deletions

View File

@ -23,20 +23,20 @@ steps: # 定义管道的执行步骤
- ls -a
# - composer install -v
- name: deploy-push-images
depends_on: # 依赖build管道
- build
image: plugins/docker
settings:
repo: gong921123/hyperf2 # 推送到dockerhub仓库去
registry: docker.io
insecure: true # 不使用https
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: docker/Dockerfile
tags: ${DRONE_TAG}
# - name: deploy-push-images
# depends_on: # 依赖build管道
# - build
# image: plugins/docker
# settings:
# repo: gong921123/hyperf2 # 推送到dockerhub仓库去
# registry: docker.io
# insecure: true # 不使用https
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# dockerfile: docker/Dockerfile
# tags: ${DRONE_TAG}
# - name: deploy-pull-project
# depends_on: