mirror of
https://github.com/docker/login-action.git
synced 2025-04-21 02:26:44 +00:00
http_errors_to_retry -> http_codes_to_retry
Signed-off-by: Fedor Dikarev <fedor.dikarev@gmail.com>
This commit is contained in:
parent
1a78bc10dc
commit
75fdabcf85
5 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@ export async function main(): Promise<void> {
|
|||
const input: context.Inputs = context.getInputs();
|
||||
stateHelper.setRegistry(input.registry);
|
||||
stateHelper.setLogout(input.logout);
|
||||
await docker.login(input.registry, input.username, input.password, input.ecr, input.http_errors_to_retry, input.max_attempts, input.retry_timeout);
|
||||
await docker.login(input.registry, input.username, input.password, input.ecr, input.http_codes_to_retry, input.max_attempts, input.retry_timeout);
|
||||
}
|
||||
|
||||
async function post(): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue