Updated drone docker definitions

In order to automatically build docker images I have re-enabled the
docker building parts within our drone runs on every push to master and
on every tag.

Signed-off-by: Thomas Boerger <tboerger@suse.de>
This commit is contained in:
Thomas Boerger 2016-11-28 14:15:14 +01:00
parent 86aa8e413a
commit 575dc69e3b
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 15 additions and 15 deletions

@ -50,21 +50,21 @@ pipeline:
event: [ push, tag ]
branch: [ master, refs/tags/* ]
# docker:
# image: plugins/docker
# repo: gitea/gitea
# tags: [ '${TAG}' ]
# when:
# event: [ tag ]
# branch: [ refs/tags/* ]
docker:
image: plugins/docker
repo: gitea/gitea
tags: [ '${TAG}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]
# docker:
# image: plugins/docker
# repo: gitea/gitea
# tags: [ 'latest' ]
# when:
# event: [ push ]
# branch: [ master ]
docker:
image: plugins/docker
repo: gitea/gitea
tags: [ 'latest' ]
when:
event: [ push ]
branch: [ master ]
release:
image: plugins/s3

File diff suppressed because one or more lines are too long