CI: Add Dockerfile just containing the ui files
This commit is contained in:
parent
5fa94ecbed
commit
9367d99a05
2 changed files with 31 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
|
@ -179,6 +179,21 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
|
||||
- name: docker frontend ui
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/fic-frontend-ui
|
||||
auto_tag: true
|
||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||
dockerfile: Dockerfile-frontend-ui
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: docker dashboard
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
|
|||
Reference in a new issue