blumeops/docs/how-to/zot
Erich Blume bd0ff30d3f
All checks were successful
Build Container / detect (push) Successful in 3s
Unify container build workflows (#306)
## Summary
- Merges `build-container.yaml` and `build-container-nix.yaml` into a single workflow
- Detect job classifies each changed container by presence of `Dockerfile` and/or `default.nix`
- Dockerfile containers build on `k8s` (indri) via Dagger; Nix containers build on `nix-container-builder` (ringtail) via nix-build + skopeo
- Containers with both build files (alloy, nettest, ntfy) get built on both runners

## Test plan
- [ ] Push a change to a Dockerfile-only container (e.g. grafana) — verify it builds on k8s only
- [ ] Push a change to a nix-only container (e.g. jobsync) — verify it builds on nix-container-builder only
- [ ] Push a change to a dual container (e.g. ntfy) — verify it builds on both runners
- [ ] Test workflow_dispatch with a specific container name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: #306
2026-03-23 20:55:50 -07:00
..
add-container-version-sync-check.md Unify container build workflows (#306) 2026-03-23 20:55:50 -07:00
add-dagger-nix-build.md Unify container build workflows (#306) 2026-03-23 20:55:50 -07:00
adopt-commit-based-container-tags.md Remove mikado frontmatter from closed chains, clarify finalization rules 2026-03-04 20:43:19 -08:00
enforce-tag-immutability.md Docs pass: update zot Mikado chain for completion 2026-02-21 15:32:34 -08:00
fix-ntfy-nix-version.md Migrate upstream mirrors to mirrors/ Forgejo org (#265) 2026-02-24 20:43:14 -08:00
harden-zot-registry.md Docs pass: update zot Mikado chain for completion 2026-02-21 15:32:34 -08:00
install-dagger-on-nix-runner.md
pin-container-versions.md Unify container build workflows (#306) 2026-03-23 20:55:50 -07:00
register-zot-oidc-client.md Expose Forgejo publicly at forge.eblu.me (#278) 2026-03-03 08:40:41 -08:00
wire-ci-registry-auth.md