summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index bd33d21382..26b3304064 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -281,12 +281,22 @@ pipeline:
event: [ push ]
branch: [ master ]
+ docker-dryrun:
+ image: plugins/docker:17.12
+ pull: true
+ repo: gitea/gitea
+ cache_from: gitea/gitea
+ dry_run: true
+ when:
+ event: [ pull_request ]
+
docker:
image: plugins/docker:17.12
pull: true
secrets: [ docker_username, docker_password ]
repo: gitea/gitea
tags: [ '${DRONE_BRANCH##release/v}' ]
+ cache_from: gitea/gitea
when:
event: [ push ]
branch: [ release/* ]
@@ -296,6 +306,7 @@ pipeline:
secrets: [ docker_username, docker_password ]
pull: true
repo: gitea/gitea
+ cache_from: gitea/gitea
default_tags: true
when:
event: [ push, tag ]