You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename tag input to tags, to allow you to push multiple tags of the same image.
Add input extra_args to append arbitrary arguments to the podman push
Rename registry-path output to registry-paths, which is a JSON-parseable array containing all registry paths of the pushed image. The size of the output array is the number of tags that were pushed
(Internal) Add test workflows to test build and push using multiple container CLIs (Podman and Docker)
(Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker