Files
Billy D. 22eb918fb1
Some checks failed
CI / Docker Build & Push (push) Failing after 3m8s
CI / Lint (push) Successful in 2m48s
CI / Test (push) Successful in 3m3s
CI / Release (push) Successful in 1m24s
CI / Notify (push) Successful in 2s
fix: use type=raw for Docker tags to preserve v prefix
docker/metadata-action type=semver strips the v prefix, causing
tag mismatch between git tags (v0.1.3) and Docker tags (0.1.3).
Switch to type=raw to pass through the version as-is.
2026-02-22 09:58:39 -05:00
..