Skip to content

Commit

Permalink
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.121.2 (#477
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 7, 2024
1 parent 95142ca commit 061087b
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.115.2
image: quay.io/thegeeklab/hugo:0.121.2
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.115.2
image: quay.io/thegeeklab/hugo:0.121.2
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 061087b

Please sign in to comment.