1
0

Added dockerfile

This commit is contained in:
konrad
2018-09-08 15:08:33 +02:00
parent 6c7f8fd89a
commit e882fbe6ad
2 changed files with 52 additions and 0 deletions

View File

@ -105,6 +105,16 @@ pipeline:
when:
event: [tag, push]
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/api
auto_tag: true
when:
event: [ push, tag ]
branch: [ master ]
# Push the releases to our pseudo-s3-bucket
release:
image: plugins/s3:1