CI: Also push manifest of fic-frontend-ui
This commit is contained in:
parent
725e015478
commit
9d87f70bc8
2 changed files with 33 additions and 0 deletions
11
.drone.yml
11
.drone.yml
|
|
@ -735,6 +735,17 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish frontend ui
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
spec: .drone-manifest-fic-frontend-ui.yml
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish dashboard
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
|
|
|
|||
Reference in a new issue