Moved dockerfile
This commit is contained in:
parent
8245c90bc1
commit
c834bc14d5
2 changed files with 11 additions and 11 deletions
21
.drone.yml
21
.drone.yml
|
@ -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 ]
|
|
@ -28,7 +28,6 @@ RUN apk --no-cache add \
|
|||
curl \
|
||||
gettext \
|
||||
linux-pam \
|
||||
openssh \
|
||||
s6 \
|
||||
sqlite \
|
||||
su-exec \
|
||||
|
|
Loading…
Reference in a new issue