Skip to content

Commit a1fb274

Browse files
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.148 (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cac7e18 commit a1fb274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.woodpecker/docs.yml

Lines changed: 1 addition & 1 deletion
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.147
47+
image: quay.io/thegeeklab/hugo:0.148
4848
commands:
4949
- hugo --panicOnWarning -s exampleSite/
5050

.woodpecker/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
FORCE_COLOR: "true"
2525

2626
- name: testbuild
27-
image: quay.io/thegeeklab/hugo:0.147
27+
image: quay.io/thegeeklab/hugo:0.148
2828
depends_on: [assets]
2929
commands:
3030
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}

0 commit comments

Comments
 (0)