mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-08-11 23:41:45 +01:00
entrypoint.sh always checked ghcr's :latest manifest for a newer build, so non-main images (e.g. dev_27) incorrectly reported an update available since their SHA never matches main's latest. Bake the image's tag in at build time and check against that tag instead.