Add feature to pass extra args when pushing image

If a user wants to pass few extra args to push
command when pushing image, then he can pass
using 'extra-args' input parameter.

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-28 15:45:07 +05:30
parent e7b5c08b38
commit 38bde145f1
4 changed files with 18 additions and 2 deletions

View file

@ -31,6 +31,9 @@ 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 push command when pushing image'
required: false
outputs:
digest: