ci: only pin to hugo patch release

This commit is contained in:
Robert Kaussow 2024-12-10 18:31:02 +01:00
parent 65ab826e3b
commit 9acb011af5
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -24,7 +24,7 @@ steps:
FORCE_COLOR: "true"
- name: testbuild
image: quay.io/thegeeklab/hugo:0.136.5
image: quay.io/thegeeklab/hugo:0.136
depends_on: [assets]
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}