CI: Change docker image

This commit is contained in:
Marko Korhonen 2025-01-29 15:40:23 -06:00
parent 79a97792fc
commit b5343f5329
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -15,7 +15,7 @@ jobs:
name: Build site
runs-on: ubuntu-latest
container:
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
image: docker://registry.gitlab.com/pages/hugo:latest
steps:
- name: Checkout