auto build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
luming 2021-10-19 20:17:25 +08:00
parent 5aceccb6e2
commit aa3c1f168f

View File

@ -28,15 +28,18 @@ steps:
- tag - tag
- name: publish_docker - name: publish_docker
image: plugins/docker:latest image: plugins/docker:latest
pull: if-not-exists pull: if-not-exists
settings: settings:
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
from_secret: hub_password from_secret: hub_password
repo: rainerosion/ssh-manager repo: rainerosion/ssh-manager
tags: latest tags: latest
build_args: build_args:
- ssh_manage=./ssh_manage - ssh_manage=./ssh_manage
dockerfile: drone/Dockerfile dockerfile: Dockerfile
when:
branch:
- master