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

ci: update image locations

parent 98d82885
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