mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-05 04:40:43 +00:00
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.125.7 (#534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6db533016f
commit
a1bec7c904
@ -44,7 +44,7 @@ steps:
|
||||
- event: [pull_request]
|
||||
|
||||
- name: build
|
||||
image: quay.io/thegeeklab/hugo:0.124.1
|
||||
image: quay.io/thegeeklab/hugo:0.125.7
|
||||
commands:
|
||||
- hugo --panicOnWarning -s exampleSite/
|
||||
|
||||
|
@ -23,7 +23,7 @@ steps:
|
||||
FORCE_COLOR: "true"
|
||||
|
||||
- name: testbuild
|
||||
image: quay.io/thegeeklab/hugo:0.124.1
|
||||
image: quay.io/thegeeklab/hugo:0.125.7
|
||||
commands:
|
||||
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
|
||||
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
|
||||
|
Loading…
Reference in New Issue
Block a user