feat: move to forgejo
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 16:01:59 +02:00
commit fc30bfcf7f
3 changed files with 45 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# renovate: datasource=github-releases depName=squidfunk/mkdocs-material versioning=semver
# renovate: datasource=docker depName=docker.io/squidfunk/mkdocs-material
ARG MKDOCS_MATERIAL_VERSION=9.7.6
FROM docker.io/squidfunk/mkdocs-material:${MKDOCS_MATERIAL_VERSION}
FROM cr.simoncor.net/dockerhub/squidfunk/mkdocs-material:${MKDOCS_MATERIAL_VERSION}
LABEL org.opencontainers.image.title="MkDocs Material container for docs.simoncor.net"
LABEL org.opencontainers.image.vendor="Simon Cornet"
LABEL org.opencontainers.image.source="https://git.simoncor.net/oci/docs-simoncor-net"
WORKDIR /docs
COPY mkdocs.yml .