mirror of https://github.com/docker/docs.git
Update 18.03 tag
This commit is contained in:
parent
dc96bdb074
commit
5515c2ba33
|
@ -80,7 +80,7 @@ COPY --from=docs/docker.github.io:v17.03 ${TARGET} ${TARGET}
|
|||
COPY --from=docs/docker.github.io:v17.06 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docker.github.io:v17.09 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docker.github.io:v17.12 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docs-private:v18.03 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docker.github.io:v18.03 ${TARGET} ${TARGET}
|
||||
|
||||
# Get the built docs output from the previous build stage
|
||||
# This ordering means all previous layers can come from cache unless an archive
|
||||
|
|
Loading…
Reference in New Issue