This commit is contained in:
parent
5aceccb6e2
commit
aa3c1f168f
27
.drone.yml
27
.drone.yml
@ -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
|
||||
Loading…
Reference in New Issue
Block a user