mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-08-12 07:50:48 +01:00
docker/metadata-action sets this label from github.sha, which for workflow_run events is always the default branch's tip, not the branch that actually triggered the build. entrypoint.sh's update check reads this label, so dev_27 images always looked stale against themselves. Override it with the resolved head_sha.