Commit 91954e5
committed
Address review comments; fix placeholder binary reuse bug
release.go:
- Move manageBranchAndTag out of release-build (side-effect free)
- Fix KO_CONFIG_PATH to point to file, not dir
- Add --all to skopeo copy for full multi-arch manifest push
Dockerfile:
- Replace 'dummy' with 'placeholder' (woke linter)
- Delete target/ after placeholder pre-build to prevent cargo from
reusing placeholder binary instead of compiling real sources
(placeholder mtime > git-restored src/ mtime -> cargo skipped rebuild)
Assisted-by: 🤖 Claude Sonnet 4.61 parent a420d27 commit 91954e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments