Commit a410e49
authored
fix: image and log banner say riptide-collector, not riptide (#53)
The first release.yaml run pushed to ghcr.io/trick77/riptide because the
workflow used \${{ github.repository }}. The image, Python package, module,
and historic ci.yaml path all carry the name 'riptide-collector', not
'riptide' — the GitHub repo is the odd one out.
Pin the image name explicitly to riptide-collector and align the startup
log banner with the same name so Splunk panels grepping
msg=\"<service> version: …\" match the image tag readers actually pull.
The stray 0.1.0 git tag and the orphan ghcr.io/trick77/riptide package
are deleted out-of-band; the next release run starts fresh at 0.1.0
under the correct path.1 parent 1647328 commit a410e49
2 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments