Skip to content

GitHub Action for Docker Login

Compare
Choose a tag to compare
@RoopeshNair RoopeshNair released this 20 Sep 12:34
· 32 commits to master since this release
83efeb7

Log in to Azure Container Registry (ACR) or any private container registry

Use this GitHub Action to log in to a private container registry such as Azure Container registry. Once login is done, the next set of actions in the workflow can perform tasks such as building, tagging and pushing containers.

- uses: azure/docker-login@v1
  with:
    username: '<username>'
    password: '<password>'
    loginServer: '<login server>' # default: index.docker.io
    email: '<email id>'

License

GitHub Action for docker-login is licensed under the MIT License.