Commit 3a55e2a
CI/docker: accept version tags in build-info validation
The test-docker-build-info job was only accepting 7-character commit
hashes, causing failures for tagged releases where the version is set
to the tag name (e.g., v0.18.0). Update the validation regex to accept
both commit hashes and semantic version tags (vX.Y.Z).1 parent b6e9dd6 commit 3a55e2a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments