We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30978f commit 9b4d577Copy full SHA for 9b4d577
.github/workflows/docs.yml
Dockerfile
@@ -192,9 +192,3 @@ RUN --mount=from=binary \
192
193
FROM scratch AS release
194
COPY --from=releaser /out/ /
195
-
196
-# docs-reference is a target used as remote context to update docs on release
197
-# with latest changes on docs.docker.com.
198
-# see open-pr job in .github/workflows/docs.yml for more details
199
-FROM scratch AS docs-reference
200
-COPY docs/reference/*.yaml .
0 commit comments