Commit c5d1093
authored
fix: strip v prefix from Docker image tags on release (#242)
## Summary
`GITHUB_REF_NAME` includes the `v` prefix (e.g. `v1.0.0-rc.4`); Docker
image tags should not (e.g. `1.0.0-rc.4`). Fixes a regression introduced
in 78758f6 that caused image tags from `1.0.0-beta.7` onwards to be
published with a leading `v`.
## Test plan
- [ ] Merge, let CI pass, cut next release tag and confirm image is
published as `1.0.0-rc.x` not `v1.0.0-rc.x`
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments