summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-05-01 17:33:49 -0400
committerLauris BH <lauris@nix.lv>2018-05-02 00:33:49 +0300
commit9ec7f6b954414be5c6d1738a0335ad1fb21e280c (patch)
tree746e5ef9fc9441e14eb649d9885a5515b4bfb1bd /.drone.yml
parenta98add1974dfd601e6f244c465be09924cb63a00 (diff)
downloadgitea-9ec7f6b954414be5c6d1738a0335ad1fb21e280c.tar.gz
gitea-9ec7f6b954414be5c6d1738a0335ad1fb21e280c.zip
pass secrets to drone build step for docker (#3879)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index eafb2391fa..95b92ffaa1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -249,6 +249,7 @@ pipeline:
docker:
image: plugins/docker:17.12
+ secrets: [ docker_username, docker_password ]
pull: true
repo: gitea/gitea
default_tags: true