Commit 8138deb
Fix and modernize release workflows, complete ghcr.io migration, and parameterize jobs for easy fork usage (pixie-io#2363)
Summary: Fix and modernize release workflows, complete ghcr.io
migration, and parameterize jobs for easy fork usage
Completes the ghcr.io migration started by earlier changes, repairs the
bit-rot that accumulated since these workflows last ran, and
parameterizes them via `vars.IMAGE_REPO` and `${{ github.repository }}`
so forks can publish to their own registry without editing the
workflows.
Note: This change is best reviewed commit by commit.
Relevant Issues: N/A
Type of change: /kind cleanup
Test Plan: Built vizier, operator, cli and cloud releases for the
https://github.com/k8sstormcenter/pixie fork based off these changes
* Ran a few pre-release builds that included an earlier version of these
changes
([cloud-release](https://github.com/pixie-io/pixie/actions/runs/24548517833))
* Verify macos signing variable is set
```
$ gh variable --repo pixie-io/pixie get ENABLE_MACOS_SIGNING
true
```
Changelog Message: Future cloud, operator and vizier release images will
now pushed to ghcr.io/pixie-io instead of gcr.io
---------
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
GitOrigin-RevId: 44d42f11 parent ba9eebf commit 8138deb
3 files changed
Lines changed: 8 additions & 9 deletions
File tree
- src/stirling/source_connectors/socket_tracer/testing/container_images
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments