develop
Gong 2023-08-28 16:56:41 +08:00
parent 30f20060dc
commit 35a41536c5
1 changed files with 13 additions and 13 deletions

View File

@ -17,23 +17,23 @@ steps: # 定义管道的执行步骤
commands: # 当前步骤执行的命令 commands: # 当前步骤执行的命令
- composer -v - composer -v
- ls -a - ls -a
# - cd hyperf - cd hyperf
# - composer install -v - composer install -v
# - ls -a - ls -a
- name: deploy-push-images - name: deploy-push-images
image: plugins/docker image: plugins/docker
commands: commands:
- ls -a - ls -a
# 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: hyperf/docker/Dockerfile dockerfile: hyperf/docker/Dockerfile
# tags: latest tags: latest
# - name: pull_image # - name: pull_image
# image: plugins/docker # image: plugins/docker