🔏 Private registry pull
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:32:04 +00:00
parent 5f667fe093
commit 16aa89c6e9

View File

@ -5,12 +5,9 @@ name: build and publish
steps: steps:
- name: build - name: build
image: build/hugo image: registry.42069.no/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
image_pull_secrets:
- dockerconfig