Commit 3e5f1f6
fix: add kubectl to hub container image (#133)
* fix: trigger image build on git tag push, not only on GitHub Release
The images.yaml workflow only triggered on 'release: types: [created]'
which requires a manually created GitHub Release object. Tags created
via the git refs API don't create a Release, so image builds never fired.
Add 'push: tags: v*' trigger so images build on every version tag.
Co-authored-by: Mangirdas Judeikis <mangirdas@judeikis.lt>
* fix: add kubectl to hub container image
kubectl is needed for hub operations against tenant clusters.
Downloads the latest stable kubectl during image build, matching
the target platform architecture (amd64/arm64).
Co-authored-by: Mangirdas Judeikis <mangirdas@judeikis.lt>
---------
Co-authored-by: mjudeikis-bot <ai@faros.sh>
Co-authored-by: Mangirdas Judeikis <mangirdas@judeikis.lt>1 parent 69a27b7 commit 3e5f1f6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
0 commit comments