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

tokarchuk/v1.17
techknowlogick 6 years ago committed by Lauris BH
parent a98add1974
commit 9ec7f6b954
  1. 1
      .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

Loading…
Cancel
Save