Merge pull request #9886 from milas/ci-docs-repo

ci: update docs repo path
This commit is contained in:
Guillaume Lours 2022-09-29 19:20:49 +02:00 committed by GitHub
commit 139a6945cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
repository: docker/docker.github.io
repository: docker/docs
ref: master
-
name: Prepare

View File

@ -182,7 +182,7 @@ FROM scratch AS release
COPY --from=releaser /out/ /
# 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
FROM scratch AS docs-reference
COPY docs/reference/*.yaml .