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
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: yksflip
|
||||
from_secret: docker_registry
|
||||
repo: yksflip/foodsoft
|
||||
registry: git.local-it.org
|
||||
repo: git.local-it.org/foodsoft/foodsoft
|
||||
username: philipp
|
||||
password:
|
||||
from_secret: docker_registry
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT}
|
||||
|
|
Loading…
Reference in a new issue