update to hugo:0.97.3 in ci

This commit is contained in:
Robert Kaussow 2022-05-02 22:07:13 +02:00
parent 8fa5ab766f
commit 4ea80dec1c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 5 deletions

View File

@ -337,7 +337,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'thegeeklab/hugo:0.93.2',
image: 'thegeeklab/hugo:0.97.3',
commands: [
'hugo --panicOnWarning -s docs/ -b http://localhost/',
],
@ -354,7 +354,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.93.2',
image: 'thegeeklab/hugo:0.97.3',
commands: [
'hugo --panicOnWarning -s docs/',
],

View File

@ -482,7 +482,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.93.2
image: thegeeklab/hugo:0.97.3
commands:
- hugo --panicOnWarning -s docs/ -b http://localhost/
@ -494,7 +494,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public
- name: build
image: thegeeklab/hugo:0.93.2
image: thegeeklab/hugo:0.97.3
commands:
- hugo --panicOnWarning -s docs/
@ -632,6 +632,6 @@ depends_on:
---
kind: signature
hmac: 2b365c4e9dc022c285850706cc47751489bbc429652c656e1e169e9961b4bc1b
hmac: 43c78fd91bfeae9f192c5e5c30a5bc74288dc82747fb58fb529c1520fc3c0d90
...