Resolve review comments

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-28 13:06:40 +05:30
parent 73da53f4a0
commit 3b62e47486
8 changed files with 79 additions and 79 deletions

View file

@ -9,7 +9,7 @@ inputs:
description: 'Name of the image to push'
required: true
tags:
description: 'The tags of the image to push. For multiple tags, seperate by a space. For example, "v1 v0.1".'
description: 'The tag or tags of the image to push. For multiple tags, seperate by a space. For example, "latest v1"'
required: false
default: 'latest'
registry:
@ -34,9 +34,9 @@ inputs:
outputs:
digest:
description: 'The pushed image digest, as written to the `digestfile`'
description: 'The pushed image digest, as written to the "digestfile"'
registry-paths:
description: 'List of registry paths to which the tag(s) were pushed'
description: 'A JSON array of registry paths to which the tag(s) were pushed'
runs:
using: 'node12'
main: 'dist/index.js'