From ae2ad6072bc5c42a2e6a416d67a84f0448c119e4 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 8 Jul 2025 15:30:06 +0200 Subject: [PATCH] Switching to another image --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9a8ab87..8b1f09e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,11 +5,11 @@ clone: steps: render-site: - image: ghcr.io/quarto-dev/quarto:1.7.32 + image: analythium/r2u-quarto:20.04 #ghcr.io/quarto-dev/quarto:1.7.32 environment: DEBIAN_FRONTEND: noninteractive commands: - - apt update && apt install -y r-base + # - apt update && apt install -y r-base - cd $CI_WORKSPACE - quarto render && echo "Rendered site successfully" || echo "Failed to render site" when: