Commit cb9e9c5
committed
chore(release): drop v prefix from action Dockerfile tag
Align the github-action base image tag with the new GHCR convention
introduced in v0.30.0 (no v prefix). The legacy :v0.30.0 tag remains
available via a one-shot manifest copy for any consumer still pinned
to it; future releases will publish only :X.Y.Z.
- github-action/Dockerfile: FROM ...:v0.30.0 -> ...:0.30.0
- scripts/version_common.cr: drop v from the extraction regex
- scripts/version_update.cr: regex tolerates legacy v? on input,
replacement always writes the unprefixed form1 parent a160b35 commit cb9e9c5
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments