Commit 37864109 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'rhtenhove-main-patch-55185' into 'beta'

ci: update image locations

See merge request just-ci/templates!12
parents 98d82885 f0fefdd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
---
docs:pandoc-from-template:
  image:
    name: registry.gitlab.com/notno/pandoc
    name: registry.gitlab.com/just-ci/images/pandoc:latest
    entrypoint: [""]
  variables:
    FORMATS: pdf docx html
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# The job name must be pages for it to work.

pages:
  image: registry.gitlab.com/notno/hugo
  image: registry.gitlab.com/just-ci/images/hugo:latest
  # Add a before script to add an external theme, for example:
  # before_script:
  #   - git clone https://github.com/matcornic/hugo-theme-learn.git themes/hugo-theme-learn