mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-05 04:39:53 +02:00
Add feature to push multiple tags of the image
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
23eb62f550
commit
73da53f4a0
6 changed files with 96 additions and 55 deletions
|
@ -73,11 +73,12 @@ Refer to the [`podman push`](http://docs.podman.io/en/latest/markdown/podman-man
|
|||
|
||||
## Action Outputs
|
||||
|
||||
`registry-path`: The registry path to which the image was pushed.<br>
|
||||
For example, `quay.io/username/spring-image:v1`.
|
||||
`registry-paths`: The List of registry paths to which the tag(s) were pushed.<br>
|
||||
For example, `quay.io/username/spring-image:v1,quay.io/username/spring-image:v2`.
|
||||
|
||||
`digest`: The pushed image digest, as written to the `digestfile`.<br>
|
||||
For example, `sha256:66ce924069ec4181725d15aa27f34afbaf082f434f448dc07a42daa3305cdab3`.
|
||||
For multiple tags, digest remains same.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue