Releases: Azure/docker-login
Releases · Azure/docker-login
Version 2.0
GitHub Action for Docker Login
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
Merge pull request #45 from StoyanStAtanasov/releases/v1 Upgrade deprecated node.js from 12 to 16