Compare commits
2 Commits
7f49c6d706
...
d51c52d35c
Author | SHA1 | Date | |
---|---|---|---|
|
d51c52d35c | ||
|
510b68d156 |
20
.drone.yml
20
.drone.yml
@ -94,6 +94,26 @@ pipeline:
|
|||||||
tag: latest
|
tag: latest
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
keystone_merlin:
|
||||||
|
image: plugins/docker
|
||||||
|
dockerfile: keystone/Dockerfile
|
||||||
|
context: keystone
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
registry: registry.webhosting.rug.nl
|
||||||
|
repo: registry.webhosting.rug.nl/hpc/openstack-keystone-merlin
|
||||||
|
tag: latest
|
||||||
|
when:
|
||||||
|
branch: merlin
|
||||||
|
horizon_merlin:
|
||||||
|
image: plugins/docker
|
||||||
|
dockerfile: horizon/Dockerfile
|
||||||
|
context: horizon
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
registry: registry.webhosting.rug.nl
|
||||||
|
repo: registry.webhosting.rug.nl/hpc/openstack-horizon-merlin
|
||||||
|
tag: latest
|
||||||
|
when:
|
||||||
|
branch: merlin
|
||||||
neutron_controller_merlin:
|
neutron_controller_merlin:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
dockerfile: neutron_controller/Dockerfile
|
dockerfile: neutron_controller/Dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user