From 4c05cbec70607e37c4e2bf83a1c670ead47a48c4 Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Wed, 14 Jun 2023 17:58:55 +0200 Subject: [PATCH] Always use ghcr.io/t3docs/render-documentation:latest --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 83cd825..30e4c4b 100644 --- a/action.yml +++ b/action.yml @@ -67,9 +67,10 @@ runs: echo "::group::Rendering" mkdir -p RenderedDocumentation docker run --rm --user=$(id -u):$(id -g) \ + --pull always \ -v $(pwd):/PROJECT:ro \ -v $(pwd)/RenderedDocumentation:/RESULT \ - ghcr.io/t3docs/render-documentation:v3.0.dev30 \ + ghcr.io/t3docs/render-documentation:latest \ makehtml \ -c make_singlehtml 1 \ -c replace_static_in_html 1 \