mirror of
https://github.com/docker/login-action.git
synced 2024-11-22 00:10:57 -05: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
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ inputs:
|
|||
description: 'Log out from the Docker registry at the end of a job'
|
||||
default: 'true'
|
||||
required: false
|
||||
attetmps:
|
||||
description: 'Number of attempts to try in case of server-side errors'
|
||||
default: '1'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
|
|
Loading…
Reference in a new issue