This commit is contained in:
parent
888d729760
commit
3a9c55db7f
1 changed files with 10 additions and 0 deletions
10
.drone.yml
10
.drone.yml
|
@ -44,6 +44,11 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- tag
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
@ -88,6 +93,11 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- tag
|
||||
---
|
||||
kind: pipeline
|
||||
name: docker-manifest
|
||||
|
|
Reference in a new issue