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. Match the hugo version currently in use for now as the latest version doesn't build the website. 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
This commit is contained in:
parent
45d99afe0a
commit
c777d22169
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||
image: hugomods/hugo:debian-node-lts-0.140.2
|
||||
steps:
|
||||
- name: Pipeline info
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue