🌀 Let's try a custom docker image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
6fc4e9f8e3
commit
5f667fe093
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user