Compare commits

..

2 commits

Author SHA1 Message Date
a71a83d265
switch to hugomods hugo debian-node-lts image
Some checks failed
/ build (pull_request) Failing after 26s
As the current image is out-of-date, the GitLab documentation also uses
a hugomods image and as we're already using one in other repos, switch
to it.

https://docs.gitlab.com/tutorials/hugo/#add-your-gitlab-configuration-options
https://docker.hugomods.com/
https://github.com/hugomods/docker
https://hub.docker.com/r/hugomods/hugo
2025-07-23 22:04:40 +02:00
45d99afe0a
update to latest node image 2025-07-23 22:04:02 +02:00

View file

@ -13,7 +13,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: hugomods/hugo:debian-node-lts-0.140.2 image: hugomods/hugo:debian-node-lts-0.148.1
steps: steps:
- name: Pipeline info - name: Pipeline info
run: | run: |