We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95382cb commit 7b9d860Copy full SHA for 7b9d860
.drone.yml
@@ -281,12 +281,23 @@ pipeline:
281
event: [ push ]
282
branch: [ master ]
283
284
+ docker-dryrun:
285
+ image: plugins/docker:17.12
286
+ secrets: [ docker_username, docker_password ]
287
+ pull: true
288
+ repo: gitea/gitea
289
+ cache_from: gitea/gitea
290
+ dry_run: true
291
+ when:
292
+ event: [ pull_request ]
293
+
294
docker:
295
image: plugins/docker:17.12
296
pull: true
297
secrets: [ docker_username, docker_password ]
298
repo: gitea/gitea
299
tags: [ '${DRONE_BRANCH##release/v}' ]
300
301
when:
302
303
branch: [ release/* ]
0 commit comments