test: working on ci
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2020-12-03 12:31:51 +01:00
parent b75d028d9f
commit 30b9d70be2

View File

@ -28,6 +28,7 @@ steps:
DOCKER_REGISTRY: quay.io DOCKER_REGISTRY: quay.io
commands: commands:
- sleep 5 - sleep 5
- echo $DOCKER_PASSWORD | docker login $DOCKER_REGISTRY -u $DOCKER_USERNAME --password-stdin
- goreleaser release - goreleaser release
when: when:
event: tag event: tag