🌀 Let's try a custom docker image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sivert V. Sæther 2023-02-06 04:23:18 +00:00
parent 6fc4e9f8e3
commit 5f667fe093

View File

@ -5,7 +5,12 @@ name: build and publish
steps: steps:
- name: build - name: build
image: mbentley/hugo image: build/hugo
settings:
registry: registry.42069.no
username: siv
password:
from_secret: registry
commands: commands:
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints - hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints