Skip to content

Tags: lMortimerl/tracker-tracker

Tags

v2.8.9

Toggle v2.8.9's commit message
fix(ci): lowercase the GHCR image name

docker/build-push-action rejects uppercase repository names, and
github.repository preserves the owner's account casing verbatim
(lMortimerl/tracker-tracker), which fails buildx with "repository
name must be lowercase". Compute IMAGE_NAME with tr instead of using
github.repository directly.