TheCitadelofRicks/.woodpecker.yml
Jannik 5ab5e850bd
Some checks failed
continuous-integration/drone the build failed
execute the docker build/deploy image with privileged: true
2021-10-16 15:21:01 +02:00

24 lines
435 B
YAML

pipeline:
test:
image: gradle:jdk11
commands:
- gradle test
build:
image: gradle:jdk11
commands:
- gradle bootJar
when:
event:
- tag
docker:
image: techknowlogick/drone-docker
privileged: true
repo: mosadxyz/tcor
tags: latest
secrets:
- username: docker_username
password: docker_password
when:
event:
- tag