diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-11 02:16:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 02:16:18 -0500 |
commit | da89afda58e18700ee49f955de3f33fdc591c239 (patch) | |
tree | ff31a00487a1f8a0cb83383070b1d86c7171ed73 /.drone.yml | |
parent | 8f1d62ad3b038186320cd40c99165b23a7f0f05c (diff) | |
download | gitea-da89afda58e18700ee49f955de3f33fdc591c239.tar.gz gitea-da89afda58e18700ee49f955de3f33fdc591c239.zip |
feat: upgrade drone docker image to support multi-stage build. (#1732)
* feat: upgrade drone docker image to support multi-stage build.
* update drone sig file.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update drone sig file.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index eebf85978a..d94bcaf116 100644 --- a/.drone.yml +++ b/.drone.yml @@ -105,6 +105,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ '${DRONE_TAG##v}' ] when: @@ -113,6 +114,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ '${DRONE_BRANCH##release/v}' ] when: @@ -121,6 +123,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ 'latest' ] when: |