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
- name: publish_docker
image: plugins/docker:latest
pull: if-not-exists
settings:
username:
from_secret: hub_username
password:
from_secret: hub_password
repo: rainerosion/ssh-manager
tags: latest
build_args:
- ssh_manage=./ssh_manage
dockerfile: drone/Dockerfile
image: plugins/docker:latest
pull: if-not-exists
settings:
username:
from_secret: hub_username
password:
from_secret: hub_password
repo: rainerosion/ssh-manager
tags: latest
build_args:
- ssh_manage=./ssh_manage
dockerfile: Dockerfile
when:
branch:
- master