fix: YML
parent
29e30ff3fc
commit
6af220a913
|
@ -28,7 +28,13 @@ steps: # 定义管道的执行步骤
|
||||||
- name: deploy-push-images
|
- name: deploy-push-images
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: gong921123/hyperf # 推送到dockerhub仓库去
|
repo: gong921123/drone-docker-test # 推送到dockerhub仓库去
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
insecure: true # 不使用https
|
insecure: true # 不使用https
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: hyperf/docker/Dockerfile
|
||||||
|
tags: latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue