ci: fix missing tag on containers on git tag pushes main v27
authorPetr Štetiar <ynezz@true.cz>
Tue, 13 Jan 2026 16:35:09 +0000 (17:35 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 13 Jan 2026 16:49:33 +0000 (17:49 +0100)
commit38f03c85e96155168dcbde5dedb3f83119511fe1
tree39ea90396e05638153779c2ef4c62cf16b17bf27
parent64696d96ed6c664b25bfc07fad4064397033868d
ci: fix missing tag on containers on git tag pushes

Non semver tags like v26 were not included in metadata output, so image
pushes only produced sha- tags. Add tag reference metadata so tag pushes
publish a matching container tag.

  ##[warning]v26 is not a valid semver. More info: https://semver.org/
  ##[group]Docker tags
  ghcr.io/openwrt/buildbot/buildmaster-v3.11.8:sha-f2c82f2

Fixes: 93918cc2e225 ("ci: add support for testing PR containers")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/build-push.yml