mirror of
https://github.com/docker/login-action.git
synced 2026-01-22 08:08:54 +08:00
Added input parameters which retry docker.login() in case of error
Signed-off-by: eegiazarov <52110484+eegiazarov@users.noreply.github.com>
This commit is contained in:
parent
dd4fa0671b
commit
c43cbe2c6a
6 changed files with 75 additions and 11 deletions
|
|
@ -24,6 +24,13 @@ inputs:
|
|||
description: 'Log out from the Docker registry at the end of a job'
|
||||
default: 'true'
|
||||
required: false
|
||||
retryErrorPattern:
|
||||
description: "Regexp to match error message"
|
||||
required: false
|
||||
retries:
|
||||
description: "Maximum retries in case of errors (limit of 50 hardcoded)"
|
||||
default: "3"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue