develop
Gong 2023-08-29 13:58:33 +08:00
parent ef4ab72e9e
commit fcfe00ae3c
1 changed files with 10 additions and 10 deletions

View File

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