1
0
Fork 0

Auto build production docker images

This commit is contained in:
Chocobozzz 2019-10-21 10:24:04 +02:00
parent 687c6180bc
commit 2e2c02b4f1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 0 deletions

View File

@ -121,3 +121,10 @@ build-docker-tag:
- tags
variables:
DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch
build-docker-master:
<<: *docker
only:
- master
variables:
DOCKER_IMAGE_NAME: chocobozzz/peertube:production-stretch