mirror of https://github.com/Chocobozzz/PeerTube
Auto build production docker images
parent
687c6180bc
commit
2e2c02b4f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue