Add tls-verify flag

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2020-11-27 11:44:15 +05:30 committed by Tim Etchells
parent c126414560
commit ce33c28bcc
5 changed files with 25 additions and 6 deletions

View file

@ -21,9 +21,14 @@ inputs:
password:
description: 'Password to use as credential to authenticate to the registry'
required: true
tls-verify:
description: 'Verify TLS certificates when contacting the registry'
required: false
default: 'true'
outputs:
image-url:
description: 'Complete URL of the pushed image'
registry-path:
description: 'The registry path to which the image was pushed'
runs:
using: 'node12'
main: 'dist/index.js'