Commit 935843a
ci(publish): publish kustomize bundle only after the image build
The publish-kustomize-bundles job pins its image references to the build's tag,
but ran in parallel with publish-container-image — so the bundle could be
published before (or without) the image it points at. Add a needs dependency so
the bundle is only published once the container image has been built and pushed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 74d4a83 commit 935843a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments