The [action.yml](https://github.com/dotnet/versionsweeper/blob/4db106fb89f4c6191a1e3901f953b1aae05331b5/action.yml#L35) only references the Dockerfile, causing each run of the action to build the image from scratch. New releases of this action should publish the built container image as an artifact and the action should reference these images directly.