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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot] 2024-10-27 22:43:10 +01:00 committed by GitHub
parent 667f9b6b70
commit a3439ee567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

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