Moved dockerfile

This commit is contained in:
konrad 2018-09-08 15:23:53 +02:00
parent 8245c90bc1
commit c834bc14d5
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 11 additions and 11 deletions

View File

@ -105,16 +105,6 @@ 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
@ -141,4 +131,15 @@ pipeline:
target: /master
when:
event: [ push ]
branch: [ master ]
# Build the docker image and push it to docker hub
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/api
auto_tag: true
when:
event: [ push, tag ]
branch: [ master ]

View File

@ -28,7 +28,6 @@ RUN apk --no-cache add \
curl \
gettext \
linux-pam \
openssh \
s6 \
sqlite \
su-exec \