Files
stt-module/.gitea/workflows/build-push.yaml
Billy D. 359044eb21
Some checks failed
CI / Release (push) Successful in 1m26s
CI / Lint (push) Successful in 2m41s
CI / Docker Build & Push (push) Failing after 2m42s
CI / Test (push) Successful in 2m45s
CI / Notify (push) Successful in 1s
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:45 -05:00

6.6 KiB