This commit is contained in:
Antoine GIRARD 2018-07-05 08:59:29 +00:00 committed by GitHub
commit 1bef6e946f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,8 +253,18 @@ pipeline:
repo: gitea/gitea
default_tags: true
when:
event: [ push, tag ]
event: [ push ]
branch: [ master ]
docker:
image: plugins/docker:17.12
secrets: [ docker_username, docker_password ]
pull: true
repo: gitea/gitea
default_tags: true
when:
event: [ tag ]
gpg-sign:
image: plugins/gpgsign:1
pull: true