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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-23 09:25:43 +01:00 committed by GitHub
parent 6d016e731b
commit ca73a240f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.139
image: quay.io/thegeeklab/hugo:0.140
commands:
- hugo --panicOnWarning -s exampleSite/

View file

@ -24,7 +24,7 @@ steps:
FORCE_COLOR: "true"
- name: testbuild
image: quay.io/thegeeklab/hugo:0.139
image: quay.io/thegeeklab/hugo:0.140
depends_on: [assets]
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}