This cleans up the GitHub workflow file by updating all the docker commands to the latest version, removes the need to read the VERSION file and instead grabs this directly from the github.ref_name or {{tag}} in the case of metadata, and with the updates to the action versions now build images for both amd64 and arm64.
This cleans up the GitHub workflow file by updating all the docker commands to the latest version, removes the need to read the VERSION file and instead grabs this directly from the
github.ref_name
or{{tag}}
in the case of metadata, and with the updates to the action versions now build images for both amd64 and arm64.