This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
Issue Template
FROM ${CONTAINER_REG}agogosml:${AGOGOSML_TAG} as builder
There needs to be a "/" after ${CONTAINER_REG} . because of the path being incorrect, the Azure Devops build fails with the following message
ull access denied for *********.azurecr.ioagogosml, repository does not exist or may require 'docker login'
After adding "/" build is successful
I will submit PR for this as well.