mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
Add back singular registry-path output
Fixes #29 Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
902794f5ab
commit
f6b18ddbd7
6 changed files with 19 additions and 8 deletions
|
@ -26,20 +26,22 @@ inputs:
|
|||
required: false
|
||||
default: 'true'
|
||||
digestfile:
|
||||
description: |
|
||||
description: |
|
||||
After copying the image, write the digest of the resulting image to the file.
|
||||
By default, the filename will be determined from the image and tag.
|
||||
The contents of this file are the digest output.
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
description: |
|
||||
Extra args to be passed to podman push.
|
||||
Separate arguments by newline. Do not use quotes - @actions/exec will do the quoting for you.
|
||||
required: false
|
||||
|
||||
|
||||
outputs:
|
||||
digest:
|
||||
description: 'The pushed image digest, as written to the "digestfile"'
|
||||
registry-path:
|
||||
description: 'The first element of registry-paths.'
|
||||
registry-paths:
|
||||
description: 'A JSON array of registry paths to which the tag(s) were pushed'
|
||||
runs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue