You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Use MAILU_VERSION from Travis for Docs build
This commit is contained in:
@@ -52,7 +52,10 @@ services:
|
|||||||
|
|
||||||
docs:
|
docs:
|
||||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}docs:${MAILU_VERSION:-local}
|
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}docs:${MAILU_VERSION:-local}
|
||||||
build: ../docs
|
build:
|
||||||
|
context: ../docs
|
||||||
|
args:
|
||||||
|
version: ${MAILU_VERSION:-local}
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-local}
|
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-local}
|
||||||
|
|||||||
Reference in New Issue
Block a user