mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
Add tls-verify flag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
c126414560
commit
ce33c28bcc
5 changed files with 25 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue