Browse Source

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

master
techknowlogick Lauris BH 7 years ago
parent
commit
9ec7f6b954
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .drone.yml

+ 1
- 0
.drone.yml 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


Loading…
Cancel
Save