diff --git a/.drone.yml b/.drone.yml index 5b68dc3..8be482d 100755 --- a/.drone.yml +++ b/.drone.yml @@ -39,17 +39,19 @@ steps: # 定义管道的执行步骤 - name: pull_image image: plugins/docker settings: + registry: registry.hub.docker.com + repo: gong921123/hyperf:latest + tags: + - latest username: from_secret: docker_username password: from_secret: docker_password - commands: - - docker pull gong921123/hyperf:latest + auto_tag: true - name: start_container image: docker commands: - - ls -a - docker-compose up -d - name: run_hyperf