mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-31 09:41:25 +00:00
Update README
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
9c4398c33e
commit
27553499f0
7 changed files with 28 additions and 14 deletions
|
@ -6,10 +6,12 @@ branding:
|
|||
color: red
|
||||
inputs:
|
||||
image:
|
||||
description: 'Name of the image to push (e.g. username/imagename or imagename)'
|
||||
description: 'Name of the image/manifest to push (e.g. username/imagename or imagename)'
|
||||
required: false
|
||||
tags:
|
||||
description: 'The tag or tags of the image to push. For multiple tags, seperate by whitespace. For example, "latest v1"'
|
||||
description: |
|
||||
'The tag or tags of the image/manifest to push.
|
||||
For multiple tags, seperate by whitespace. For example, "latest v1"'
|
||||
required: false
|
||||
default: 'latest'
|
||||
registry:
|
||||
|
@ -39,7 +41,7 @@ inputs:
|
|||
|
||||
outputs:
|
||||
digest:
|
||||
description: 'The pushed image digest, as written to the "digestfile"'
|
||||
description: 'The pushed image/manifest digest, as written to the "digestfile"'
|
||||
registry-path:
|
||||
description: 'The first element of registry-paths.'
|
||||
registry-paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue