This commit is contained in:
parent
554e9b6b20
commit
496700c0e1
1 changed files with 5 additions and 3 deletions
|
@ -49,9 +49,11 @@ steps:
|
||||||
- name: build and publish docker image
|
- name: build and publish docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: yksflip
|
registry: git.local-it.org
|
||||||
from_secret: docker_registry
|
repo: git.local-it.org/foodsoft/foodsoft
|
||||||
repo: yksflip/foodsoft
|
username: philipp
|
||||||
|
password:
|
||||||
|
from_secret: docker_registry
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_COMMIT}
|
- ${DRONE_COMMIT}
|
||||||
|
|
Loading…
Reference in a new issue