develop
Gong 2023-08-28 16:43:05 +08:00
parent 32896ae56d
commit 37ee69655d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ steps: # 定义管道的执行步骤
- name: deploy-push-images
image: plugins/docker
commands:
- ls -al /drone/src/hyperf/docker
- ls -a
settings:
repo: gong921123/hyperf # 推送到dockerhub仓库去
registry: docker.io