develop
Gong 2023-08-28 16:27:16 +08:00
parent 29e30ff3fc
commit 6af220a913
1 changed files with 11 additions and 5 deletions

View File

@ -26,9 +26,15 @@ steps: # 定义管道的执行步骤
- composer install -v
- ls -a
- name: deploy-push-images
image: plugins/docker
settings:
repo: gong921123/hyperf # 推送到dockerhub仓库去
registry: docker.io
insecure: true # 不使用https
image: plugins/docker
settings:
repo: gong921123/drone-docker-test # 推送到dockerhub仓库去
registry: docker.io
insecure: true # 不使用https
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: hyperf/docker/Dockerfile
tags: latest