Skip to content

Pushing a docker image to registry sometimes fails

Malte Bauch requested to merge ci-remove-image-creation-for-commit into master

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.

Merge request reports