Integration of Azure Devops Pipeline with Nexus Sonatype Repository

Hi,

I am trying to push an Image from my Azure Devops Pipeline using the docker push command to the Docker Nexus Repository.
But I am getting the below error:

Error response from daemon: login attempt to https://repo.nexuscloud.aws.rabo.cloud/v2/ failed with status: 404 Not Found
The push refers to repository [repo.nexuscloud.aws.rabo.cloud/repository/docker-8/test]
984777fb1422: Preparing
cc2447e1835a: Preparing
error parsing HTTP 405 response body: invalid character ‘<’ looking for beginning of value: “\n\n<html lang="en">\n\n 405 - Sonatype Nexus Repository\n <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n\n\n <link rel="icon" type="image/png" href="…/…/…/…/…/…/static/rapture/resources/safari-favicon-32x32.png?3.59.0-01" sizes="32x32">\n <link rel="mask-icon" href="…/…/…/…/…/…/static/rapture/resources/favicon-white.svg?3.59.0-01" color="#00bb6c">\n <link rel="icon" type="image/png" href="…/…/…/…/…/…/static/rapture/resources/favicon.svg?3.59.0-01" sizes="16x16">\n\n <link rel="stylesheet" type="text/css" href="…/…/…/…/…/…/static/css/nexus-content.css?3.59.0-01"/>\n\n\n<div class="nexus-header">\n <a href="…/…/…/…/…/…">\n <div class="product-logo">\n <img src="…/…/…/…/…/…/static/rapture/resources/nxrm-reverse-icon.png?3.59.0-01" alt="Product logo"/>\n \n <div class="product-id">\n <div class="product-id__line-1">\n <span class="product-name">Sonatype Nexus Repository\n \n <div class="product-id__line-2">\n <span class="product-spec">3.59.0-01\n \n \n \n\n\n<div class="nexus-body">\n <div class="content-header">\n <img src="…/…/…/…/…/…/static/rapture/resources/icons/x32/exclamation.png?3.59.0-01" alt="Exclamation point" aria-role="presentation"/>\n <span class="title">Error 405\n <span class="description">Method Not Allowed\n \n <div class="content-body">\n <div class="content-section">\n HTTP method POST is not supported by this URL\n \n \n\n\n\n\n”
Docker tag failed

I am providing the exact same Docker Nexus repository URL as provided by the Nexus Team.
The Nexus Team is telling configuration is good at their end.
Out of ideas how to proceed on this.

Docker doesn’t support URLs outside the context root, to use Nexus with docker you’ll need to configure the repository with the port connectors.

See the help documentation for more information - Docker Registry