Automate GHCR environment publishing

This commit is contained in:
Thales Maciel 2026-03-08 18:30:11 -03:00
parent 6406f673c1
commit 89d0cb93bf
5 changed files with 78 additions and 1 deletions

View file

@ -15,6 +15,11 @@ Materialization workflow:
3. `make runtime-build-rootfs-real`
4. `make runtime-bundle`
Official environment publication workflow:
1. `make runtime-materialize`
2. `OCI_REGISTRY_USERNAME=... OCI_REGISTRY_PASSWORD=... make runtime-publish-official-environments-oci`
3. or run the repo workflow at `.github/workflows/publish-environments.yml`
Build requirements for the real path:
- `docker`
- outbound network access to GitHub and Debian snapshot mirrors