0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-27 11:39:06 +02:00

pass secrets to drone build step for docker (#3879)

This commit is contained in:
techknowlogick 2018-05-01 17:33:49 -04:00 committed by Lauris BH
parent a98add1974
commit 9ec7f6b954

View file

@ -249,6 +249,7 @@ pipeline:
docker:
image: plugins/docker:17.12
secrets: [ docker_username, docker_password ]
pull: true
repo: gitea/gitea
default_tags: true