Skip to content

Commit 5b6c182

Browse files
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.127.0 (#840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e81167 commit 5b6c182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.woodpecker/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
- event: [pull_request]
4545

4646
- name: build
47-
image: quay.io/thegeeklab/hugo:0.125.7
47+
image: quay.io/thegeeklab/hugo:0.127.0
4848
commands:
4949
- hugo --panicOnWarning -s exampleSite/
5050

.woodpecker/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
FORCE_COLOR: "true"
2424

2525
- name: testbuild
26-
image: quay.io/thegeeklab/hugo:0.125.7
26+
image: quay.io/thegeeklab/hugo:0.127.0
2727
commands:
2828
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
2929
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/

0 commit comments

Comments
 (0)