Commit 97695f4
fix(ci): strip v prefix from Docker image version in staging deploy (#1766)
The Docker publish workflow tags images as 0.5.18 (without v prefix),
but the deploy workflow was using v0.5.18 in compose.version, causing
"image not found" errors.
Now correctly strips the v prefix:
- RELEASE_TAG=v0.5.18 (used for git refs in curl commands)
- IMAGE_VERSION=0.5.18 (used for Docker image tags)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3198ae8 commit 97695f4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments