redhat-actions / push-to-registry

GitHub Action to push a container image to an image registry.
https://github.com/marketplace/actions/push-to-registry
MIT License
100 stars 33 forks source link

Add feature to push multiple tags of the image #18

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

fixes: #6 Signed-off-by: divyansh42 diagrawa@redhat.com

divyansh42 commented 3 years ago

Here is the link to successful run of the updated workflow :point_right: https://github.com/Divyansh42/push-to-registry/runs/1782398359?check_suite_focus=true

divyansh42 commented 3 years ago

Can you also add a note to the docker-readme that the first tag given is the one used to find the image between these two paragraphs

If multiple tags are provided, the first tag is used to find the image.

image

It's not like that, it's checking for each tags not only the first one.