diff --git a/action.yml b/action.yml index 3a0856d..8a05613 100644 --- a/action.yml +++ b/action.yml @@ -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'