File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -281,12 +281,22 @@ pipeline:
281
281
event : [ push ]
282
282
branch : [ master ]
283
283
284
+ docker-dryrun :
285
+ image : plugins/docker:17.12
286
+ pull : true
287
+ repo : gitea/gitea
288
+ cache_from : gitea/gitea
289
+ dry_run : true
290
+ when :
291
+ event : [ pull_request ]
292
+
284
293
docker :
285
294
image : plugins/docker:17.12
286
295
pull : true
287
296
secrets : [ docker_username, docker_password ]
288
297
repo : gitea/gitea
289
298
tags : [ '${DRONE_BRANCH##release/v}' ]
299
+ cache_from : gitea/gitea
290
300
when :
291
301
event : [ push ]
292
302
branch : [ release/* ]
@@ -296,6 +306,7 @@ pipeline:
296
306
secrets : [ docker_username, docker_password ]
297
307
pull : true
298
308
repo : gitea/gitea
309
+ cache_from : gitea/gitea
299
310
default_tags : true
300
311
when :
301
312
event : [ push, tag ]
You can’t perform that action at this time.
0 commit comments