This commit is contained in:
Atul Malaviya 2019-08-08 16:05:50 +05:30 коммит произвёл GitHub
Родитель d3546f25c4
Коммит 51fdcabfef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,7 @@ Use this GitHub Action to [log in to a private container registry](https://docs.
loginServer: '<login server>' # default: index.docker.io
email: '<email id>'
```
Refer to the action metadata file for details about all the inputs https://github.com/Azure/docker-login/blob/master/docker-login/action.yml
## You can build and push container registry by using the following example
```yaml