Commit 4de1a05
fix(action): pull release image by bare semver tag
The Docker workflow now tags release images with the bare semver
(:X.Y.Z via docker/metadata-action {{version}}), but the composite
action still pulled :vX.Y.Z. That mismatch made every build resolving
to >=v1.2.0 fail with a 404 on docker pull (v1.1.29 and earlier used
the old v-prefixed tag, so they still worked). Pull the un-prefixed
tag to match the current, documented image scheme.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 79caa1e commit 4de1a05
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
0 commit comments