mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
Add feature to pass extra args when pushing image (#19)
If a user wants to pass few extra args to push command when pushing image, then they can pass using 'extra-args' input parameter. Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
e7b5c08b38
commit
870f44bc9b
7 changed files with 41 additions and 3 deletions
|
@ -31,6 +31,11 @@ inputs:
|
|||
By default, the filename will be determined from the image and tag.
|
||||
The contents of this file are the digest output.
|
||||
required: false
|
||||
extra-args:
|
||||
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:
|
||||
digest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue