From f7303cf60517b48592e57c2a318e1594b74abc78 Mon Sep 17 00:00:00 2001 From: Daniel Gohlke Date: Tue, 8 Oct 2024 13:23:02 +0200 Subject: [PATCH] [BUGFIX] Change GitLab CI example (#458) --- Documentation/Howto/RenderingDocs/Index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/Howto/RenderingDocs/Index.rst b/Documentation/Howto/RenderingDocs/Index.rst index 33991b7..f84a8b1 100644 --- a/Documentation/Howto/RenderingDocs/Index.rst +++ b/Documentation/Howto/RenderingDocs/Index.rst @@ -190,9 +190,10 @@ documentation automatically: test_documentation: stage: test + image: + name: ghcr.io/typo3-documentation/render-guides:latest + entrypoint: [""] script: - mkdir -p Documentation-GENERATED-temp - - docker run --rm --pull always -v $(pwd):/project ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test - tags: - - docker + - /opt/guides/entrypoint.sh --config=Documentation --no-progress --minimal-test