mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 10:09:02 +00:00
Modify input format to newline
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
38bde145f1
commit
dae1e56fb6
6 changed files with 27 additions and 7 deletions
|
@ -32,7 +32,9 @@ inputs:
|
|||
The contents of this file are the digest output.
|
||||
required: false
|
||||
extra-args:
|
||||
description: 'Extra args to be passed to push command when pushing image'
|
||||
description: |
|
||||
Extra args to be passed to podman push.
|
||||
Separate arguments by newline. Do not use quotes - @actions/exec will do the quoting for you.
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue