removed auto tag
the build failed Details

This commit is contained in:
kolaente 2018-10-15 11:03:32 +02:00
parent 9b378b6872
commit adbf78c0f7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 4 deletions

View File

@ -16,24 +16,22 @@ pipeline:
when:
event: [ push, tag, pull_request ]
docker-dev:
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/website
tags: [ 'develop' ]
auto_tag: true
when:
event: [ push, tag ]
branch: [ develop ]
docker-latest:
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/website
tags: [ 'latest' ]
auto_tag: true
when:
event: [ push, tag ]
branch: [ master ]