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 ff64f18 commit f72123bCopy full SHA for f72123b
.drone.yml
@@ -237,15 +237,6 @@ pipeline:
237
event: [ push ]
238
branch: [ master ]
239
240
- docker:
241
- image: plugins/docker:17.05
242
- pull: true
243
- secrets: [ docker_username, docker_password ]
244
- repo: gitea/gitea
245
- tags: [ '${DRONE_TAG##v}' ]
246
- when:
247
- event: [ tag ]
248
-
249
docker:
250
image: plugins/docker:17.05
251
pull: true
@@ -259,12 +250,10 @@ pipeline:
259
260
261
252
262
263
253
repo: gitea/gitea
264
- tags: [ 'latest' ]
254
+ default_tags: true
265
255
when:
266
- event: [ push ]
267
- branch: [ master ]
256
+ event: [ push, tag ]
268
257
269
258
release:
270
image: plugins/s3:1
0 commit comments