Skip to content

Commit

Permalink
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.136.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 4e36dc1 commit d54a88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
- event: [pull_request]

- name: build
image: quay.io/thegeeklab/hugo:0.133.0
image: quay.io/thegeeklab/hugo:0.136.5
commands:
- hugo --panicOnWarning -s exampleSite/

Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
FORCE_COLOR: "true"

- name: testbuild
image: quay.io/thegeeklab/hugo:0.133.0
image: quay.io/thegeeklab/hugo:0.136.5
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
Expand Down

0 comments on commit d54a88a

Please sign in to comment.