mirror of https://github.com/docker/compose.git
Merge pull request #9886 from milas/ci-docs-repo
ci: update docs repo path
This commit is contained in:
commit
139a6945cb
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
|
||||||
repository: docker/docker.github.io
|
repository: docker/docs
|
||||||
ref: master
|
ref: master
|
||||||
-
|
-
|
||||||
name: Prepare
|
name: Prepare
|
||||||
|
|
|
@ -182,7 +182,7 @@ FROM scratch AS release
|
||||||
COPY --from=releaser /out/ /
|
COPY --from=releaser /out/ /
|
||||||
|
|
||||||
# docs-reference is a target used as remote context to update docs on release
|
# docs-reference is a target used as remote context to update docs on release
|
||||||
# with latest changes on docker.github.io.
|
# with latest changes on docs.docker.com.
|
||||||
# see open-pr job in .github/workflows/docs.yml for more details
|
# see open-pr job in .github/workflows/docs.yml for more details
|
||||||
FROM scratch AS docs-reference
|
FROM scratch AS docs-reference
|
||||||
COPY docs/reference/*.yaml .
|
COPY docs/reference/*.yaml .
|
||||||
|
|
Loading…
Reference in New Issue