This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.10.1
Patch Changes
-
#296
2b46244- Fix Docker build workflow ordering to ensure artifacts exist before release- Split version determination from release creation in main workflow
- Build Docker image BEFORE creating GitHub release
- Ensures Docker artifact exists when publish workflow is triggered
- Prevents race condition where publish workflow can't find Docker artifacts
-
4ceaf1f- test: verify workflow fixes are working correctlyTesting the prepare-release-assets workflow after refactoring