Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This file will contain credentials for your container registry. Note that this file is not saved in .git to prevent credentials being stored in version control.

You also need to login to docker repo if you haven’t done it already:

docker login my-docker-repo.azurecr.io -u username -p password

Now your module is ready to be built.

...