mirror of
https://github.com/docker/login-action.git
synced 2026-01-20 15:08:54 +08:00
kebab-case for action inputs, fix README, fix comments in retry tests
Signed-off-by: Fedor Dikarev <fedor.dikarev@gmail.com>
This commit is contained in:
parent
fdf655e1ab
commit
c4d11d0a1e
4 changed files with 17 additions and 14 deletions
|
|
@ -24,14 +24,14 @@ inputs:
|
|||
description: 'Log out from the Docker registry at the end of a job'
|
||||
default: 'true'
|
||||
required: false
|
||||
http_codes_to_retry:
|
||||
http-codes-to-retry:
|
||||
description: 'Comma separated list of HTTP error codes we want to retry'
|
||||
default: '408,500,502,504'
|
||||
max_attempts:
|
||||
max-attempts:
|
||||
description: 'Overall maximum number of attempts we will make trying to login'
|
||||
default: '1'
|
||||
required: false
|
||||
retry_timeout:
|
||||
retry-timeout:
|
||||
description: 'Timeout between retries, in seconds'
|
||||
default: '15'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue