Update Buildah build action to use v2 tag

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-02-08 23:52:04 +05:30
parent 15b645db2b
commit 897f4a8668
4 changed files with 10 additions and 3 deletions

View file

@ -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