From 92ed33fe254589431b17b67811d695a2efcb3f0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:26:56 +0200 Subject: [PATCH] chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.127.0 (#542) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .woodpecker/docs.yml | 2 +- .woodpecker/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 24e654a..3e781a4 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -44,7 +44,7 @@ steps: - event: [pull_request] - name: build - image: quay.io/thegeeklab/hugo:0.125.7 + image: quay.io/thegeeklab/hugo:0.127.0 commands: - hugo --panicOnWarning -s exampleSite/ diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b0f61bc..496290a 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -23,7 +23,7 @@ steps: FORCE_COLOR: "true" - name: testbuild - image: quay.io/thegeeklab/hugo:0.125.7 + image: quay.io/thegeeklab/hugo:0.127.0 commands: - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME} - hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/