Files
ntfy-discord/.gitea/workflows
Billy D. 8b9c374c28
Some checks failed
CI / Test (push) Successful in 2m24s
CI / Lint (push) Successful in 2m17s
CI / Docker Build & Push (push) Failing after 2m39s
CI / Release (push) Successful in 1m26s
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:44 -05:00
..