Pushing a docker image to registry sometimes fails
Pushing a docker image to the registry sometimes fails with the error:
denied: requested access to the resource is denied
unauthorized: authentication required
This MR moves the docker login command right in front of docker push to address this issue. No additional image with a specific commit tag is created.