Skip to content

Releases: Azure/docker-login

Version 2.0

22 May 18:49
15c4aad
Compare
Choose a tag to compare
  • update of Node20
  • update dependencies

GitHub Action for Docker Login

20 Sep 12:34
83efeb7
Compare
Choose a tag to compare

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.

Update the action to run with Node 16

22 Nov 09:54
83efeb7
Compare
Choose a tag to compare
Merge pull request #45 from StoyanStAtanasov/releases/v1

Upgrade deprecated node.js from 12 to 16