mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-27 16:26:05 +00:00
Resolve review comments
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
73da53f4a0
commit
3b62e47486
8 changed files with 79 additions and 79 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue