1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-03-31 12:10:05 +02:00

Update action.yml

This commit is contained in:
Daniel Beal 2020-12-30 10:45:01 -08:00 committed by GitHub
parent ab80d026d4
commit 2619919e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,9 @@ inputs:
registry:
description: 'Server address of Docker registry. If not set then will default to Docker Hub'
required: false
isECR:
description: 'Specifies whethre the given registry is ECR. Uses regex by default to detect automatically'
required: false
username:
description: 'Username used to log against the Docker registry'
required: false