mirror of https://github.com/docker/docs.git
Spelling error in naming the image built
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
2acbea1149
commit
dec31d9cd8
|
@ -4,7 +4,7 @@ set -ex
|
||||||
# import the existing docs build cmds from docker/docker
|
# import the existing docs build cmds from docker/docker
|
||||||
DOCSPORT=8000
|
DOCSPORT=8000
|
||||||
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||||
DOCKER_DOCS_IMAGE="compose-docs$GIT_BRANCH"
|
DOCKER_DOCS_IMAGE="swarm-docs$GIT_BRANCH"
|
||||||
DOCKER_RUN_DOCS="docker run --rm -it -e NOCACHE"
|
DOCKER_RUN_DOCS="docker run --rm -it -e NOCACHE"
|
||||||
|
|
||||||
docker build -t "$DOCKER_DOCS_IMAGE" -f docs/Dockerfile .
|
docker build -t "$DOCKER_DOCS_IMAGE" -f docs/Dockerfile .
|
||||||
|
|
Loading…
Reference in New Issue