ci: enforce strict registry auth and optimize quarto builds

Replace the conditional Docker login check with a direct, non-interactive authentication call that fails immediately on invalid credentials. Update comments to clarify skopeo versus Docker credential store behavior. Additionally, add `freeze: auto` to the Quarto configuration to automatically cache code cell outputs, preventing redundant re-computation and optimizing build performance.
This commit is contained in:
Eric Coissac
2026-05-04 15:16:58 +02:00
parent 61c5b322dd
commit 0d75c08f6a
2 changed files with 11 additions and 10 deletions
+3
View File
@@ -4,6 +4,9 @@ project:
post-render:
- scripts/copy-to-web.sh
execute:
freeze: auto
format:
html:
toc: false