mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
`push_images` used to tag and publish the latest built image, no matter what version or what branch or tag was checked out. Since `bin/release build` and `bin/release publish` can be run at different times, it was possible for the latest built image to change. At which point `bin/release publish` would tag and publish an intended image. Moving image tagging at build time will prevent this from happening again.