fix .drone.yml (again)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jannik 2020-06-26 10:34:56 +02:00
parent a53b2b8fc1
commit 7dfa0fc6c4
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 8 additions and 8 deletions

View File

@ -11,20 +11,20 @@ steps:
image: gradle:jdk11
commands:
- gradle bootJar
when:
event:
- tag
when:
event:
- tag
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
from_secret: docker_username
password:
from_secret: docker_password
from_secret: docker_password
repo: mosadxyz/tcor
tags:
- latest
when:
event:
- tag
when:
event:
- tag