Note: this also automagically pushes the images using buildx as they are
not imported to the actual docker system anymore.
Signed-off-by: Matthias Riegler <matthias.riegler@traefik.io>
This checks if the source materials (python image, Netbox commit,
netbox-docker commit) have changed since the last build. This check is done
by comparing the digest and commit ids from the previous image with the
given tag to the current values taken from the Git and Docker repositories.
The checks are only performed for builds by the automated builds on Github.