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

develop
Gong 2023-08-28 16:04:59 +08:00
parent 039c157936
commit cda9000426
1 changed files with 1 additions and 2 deletions

View File

@ -31,13 +31,12 @@ steps: # 定义管道的执行步骤
repo: gong921123/hyperf # 推送到dockerhub仓库去 repo: gong921123/hyperf # 推送到dockerhub仓库去
registry: docker.io registry: docker.io
insecure: true # 不使用https insecure: true # 不使用https
auto_tag: true
tags: v0.0.1
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
dockerfile: hyperf/docker/Dockerfile dockerfile: hyperf/docker/Dockerfile
tags: lastest
# - name: pull_image # - name: pull_image
# image: plugins/docker # image: plugins/docker