mirror of
https://github.com/docker/login-action.git
synced 2024-11-17 17:45:39 +01:00
add attempts to the action.yml
Signed-off-by: Fedor Dikarev <fedor.dikarev@gmail.com>
This commit is contained in:
parent
162c32cf05
commit
ca362a507b
@ -24,6 +24,10 @@ inputs:
|
|||||||
description: 'Log out from the Docker registry at the end of a job'
|
description: 'Log out from the Docker registry at the end of a job'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
required: false
|
required: false
|
||||||
|
attetmps:
|
||||||
|
description: 'Number of attempts to try in case of server-side errors'
|
||||||
|
default: '1'
|
||||||
|
required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
|
Loading…
Reference in New Issue
Block a user