Updated GitLab CI build config

This commit is contained in:
Raphael Michel
2015-07-05 17:05:05 +02:00
parent ee84ee1f6c
commit d961c832b5

View File

@@ -20,6 +20,9 @@ build:
type: deploy
script:
- cd deployment/docker/standalone/
- docker login -u ciuser -p $DOCKERPW -e admin@rami.io docker.rami.io
- docker build -t pretix/standalone .
- docker tag pretix/standalone docker.rami.io/pretix/standalone
- docker push docker.rami.io/pretix/standalone
tags:
- docker