mirror of https://github.com/go-gitea/gitea.git
pass secrets to drone build step for docker (#3879)
This commit is contained in:
parent
a98add1974
commit
9ec7f6b954
|
@ -249,6 +249,7 @@ pipeline:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker:17.12
|
image: plugins/docker:17.12
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
pull: true
|
pull: true
|
||||||
repo: gitea/gitea
|
repo: gitea/gitea
|
||||||
default_tags: true
|
default_tags: true
|
||||||
|
|
Loading…
Reference in New Issue