Skip to content

Commit

Permalink
remove refrecence docs generation
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours authored and ndeloof committed Oct 11, 2023
1 parent b30978f commit 9b4d577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/docs.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,3 @@ RUN --mount=from=binary \

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 docs.docker.com.
# see open-pr job in .github/workflows/docs.yml for more details
FROM scratch AS docs-reference
COPY docs/reference/*.yaml .

0 comments on commit 9b4d577

Please sign in to comment.