This commit is contained in:
parent
27a551fa4f
commit
3ec0d51003
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -16,13 +16,13 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- master
|
||||
image: docker:latest
|
||||
environment:
|
||||
REGISTRY: git2.zettoit.eu/zettoit/bin
|
||||
REGISTRY_USER: droneci
|
||||
REGISTRY_PASSWD:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git2.zettoit.eu/zettoit/bin
|
||||
username: droneci
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWD
|
||||
commands:
|
||||
- docker login -u $REGISTRY_USER -p $REGISTRY_PASSWD $REGISTRY
|
||||
- docker build -t $REGISTRY:latest . -f Dockerfile
|
||||
- docker push $REGISTRY:latest
|
||||
registry: git2.zettoit.eu
|
||||
tags:
|
||||
- latest
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue