Rename container images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8234993e3d
commit
5c7ab95661
16
.drone.yml
16
.drone.yml
@ -9,10 +9,10 @@ steps:
|
||||
settings:
|
||||
dockerfile: Lowdefy/Dockerfile
|
||||
context: Lowdefy
|
||||
repo: bv11-cr01.bessems.eu/library/lowdefy
|
||||
repo: bv11-cr01.bessems.eu/library/wendy-ui
|
||||
registry: bv11-cr01.bessems.eu
|
||||
mtu: 1450
|
||||
tags: latest
|
||||
tags: frontend
|
||||
username:
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
@ -23,10 +23,10 @@ steps:
|
||||
settings:
|
||||
dockerfile: Fastify/Dockerfile
|
||||
context: Fastify
|
||||
repo: bv11-cr01.bessems.eu/library/fastify
|
||||
repo: bv11-cr01.bessems.eu/library/wendy-ui
|
||||
registry: bv11-cr01.bessems.eu
|
||||
mtu: 1450
|
||||
tags: latest
|
||||
tags: api
|
||||
username:
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
@ -44,9 +44,9 @@ steps:
|
||||
settings:
|
||||
dockerfile: Lowdefy/Dockerfile
|
||||
context: Lowdefy
|
||||
repo: djpbessems/lowdefy
|
||||
repo: djpbessems/wendy-ui
|
||||
mtu: 1450
|
||||
tags: latest
|
||||
tags: frontend
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
@ -57,9 +57,9 @@ steps:
|
||||
settings:
|
||||
dockerfile: Fastify/Dockerfile
|
||||
context: Fastify
|
||||
repo: djpbessems/fastify
|
||||
repo: djpbessems/wendy-ui
|
||||
mtu: 1450
|
||||
tags: latest
|
||||
tags: api
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
Reference in New Issue
Block a user