mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-14 15:49:54 +02:00
Update Buildah build action to use v2 tag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
15b645db2b
commit
897f4a8668
4 changed files with 10 additions and 3 deletions
|
@ -8,6 +8,13 @@ export enum Inputs {
|
|||
* Default: None.
|
||||
*/
|
||||
DIGESTFILE = "digestfile",
|
||||
/**
|
||||
* 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
|
||||
* Default: None.
|
||||
*/
|
||||
EXTRA_ARGS = "extra-args",
|
||||
/**
|
||||
* Name of the image to push
|
||||
* Required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue