From 738b39a321f8f48ac4ac85d07d80e78513c2313a Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 11 Feb 2026 15:49:49 -0800 Subject: [PATCH] Mark Phase 1 verification checklist items as complete Co-Authored-By: Claude Opus 4.6 --- docs/how-to/plans/adopt-dagger-ci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/plans/adopt-dagger-ci.md b/docs/how-to/plans/adopt-dagger-ci.md index b2f6b0c..8ebb1e6 100644 --- a/docs/how-to/plans/adopt-dagger-ci.md +++ b/docs/how-to/plans/adopt-dagger-ci.md @@ -492,8 +492,8 @@ BuildKit caches aggressively, making repeated builds fast. Since the Forgejo run - [ ] `dagger call build --src=. --container-name=nettest terminal` drops into container shell - [x] `dagger call publish --src=. --container-name=nettest --version=test` pushes to zot - [x] Zot manifest compatibility confirmed (no skopeo needed) or fallback implemented -- [ ] Tag-triggered Forgejo Action successfully calls `dagger call publish` -- [ ] Existing `mise run container-tag-and-release` workflow still works end-to-end +- [x] Tag-triggered Forgejo Action successfully calls `dagger call publish` +- [x] Existing `mise run container-tag-and-release` workflow still works end-to-end ### Phase 2 (Docs) - [ ] `dagger call build-docs --src=. --version=dev` produces valid tarball locally