chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.121.2 (#477)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-07 20:42:23 +01:00 committed by GitHub
parent 95142ca957
commit 061087b3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ steps:
- event: [pull_request]
- name: build
image: quay.io/thegeeklab/hugo:0.115.2
image: quay.io/thegeeklab/hugo:0.121.2
commands:
- hugo --panicOnWarning -s exampleSite/

View File

@ -23,7 +23,7 @@ steps:
FORCE_COLOR: "true"
- name: testbuild
image: quay.io/thegeeklab/hugo:0.115.2
image: quay.io/thegeeklab/hugo:0.121.2
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/