Auto build production docker images
This commit is contained in:
parent
687c6180bc
commit
2e2c02b4f1
|
@ -121,3 +121,10 @@ build-docker-tag:
|
||||||
- tags
|
- tags
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch
|
DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch
|
||||||
|
|
||||||
|
build-docker-master:
|
||||||
|
<<: *docker
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE_NAME: chocobozzz/peertube:production-stretch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user