mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Merge pull request #750 from usrpro/fix-mailu_version_docs
Use MAILU_VERSION from Travis for Docs build
This commit is contained in:
commit
66844fbca8
@ -52,7 +52,10 @@ services:
|
||||
|
||||
docs:
|
||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}docs:${MAILU_VERSION:-local}
|
||||
build: ../docs
|
||||
build:
|
||||
context: ../docs
|
||||
args:
|
||||
version: ${MAILU_VERSION:-local}
|
||||
|
||||
setup:
|
||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-local}
|
||||
|
Loading…
Reference in New Issue
Block a user