Hi
I am attempting to do a docker build from Azure DevOps against a hosted agent. I give the path to the docker file, but I get this error:
##[error]pull access denied for build, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
However, locally the build works. What am I missing?