Add image-url to the output of the action.

Added Complete URL to the Output of the action.
Such that other steps can use the URL for further operations
also, Modified README based on the changes.

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2020-11-19 13:55:55 +05:30
parent e91c7f612e
commit 9bf729da5c
5 changed files with 13 additions and 2 deletions

View file

@ -21,6 +21,9 @@ inputs:
password:
description: 'Password to use as credential to authenticate to the registry'
required: true
outputs:
image-url:
description: 'Complete URL of the pushed image'
runs:
using: 'node12'
main: 'dist/index.js'