multiple logins support

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-09-05 18:43:09 +02:00
parent 184bdaa072
commit 38e5bc6168
9 changed files with 172 additions and 15 deletions

View File

@@ -24,6 +24,9 @@ inputs:
description: 'Log out from the Docker registry at the end of a job'
default: 'true'
required: false
logins:
description: 'Add multiple registries to authenticate to, defined as YAML objects'
required: false
runs:
using: 'node20'