multiple registries support

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-09-05 18:14:00 +02:00
parent 184bdaa072
commit 42711d156c
7 changed files with 94 additions and 10 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
add:
description: 'Add other registries to authenticate to defined as YAML objects'
required: false
runs:
using: 'node20'