switch to hugomods hugo debian-node-lts image
Some checks failed
/ build (pull_request) Failing after 40s
Some checks failed
/ build (pull_request) Failing after 40s
As 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
This commit is contained in:
parent
0b0eb7a934
commit
77842e2db2
1 changed files with 4 additions and 6 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.148.1
|
||||
steps:
|
||||
- name: Pipeline info
|
||||
run: |
|
||||
|
@ -21,13 +21,11 @@ jobs:
|
|||
|
||||
- name: Install packages
|
||||
run: |
|
||||
apk update
|
||||
# For CI actions.
|
||||
apk add nodejs-current
|
||||
apt update
|
||||
# For website build.
|
||||
apk add tzdata coreutils curl jq git
|
||||
apt install -y curl jq git
|
||||
# For uploading.
|
||||
apk add rsync openssh
|
||||
apt install -y rsync ssh
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue