mirror of
https://github.com/containers/podman.git
synced 2025-10-09 23:15:39 +08:00

Our release is created by a GitHub action, and GitHub prevents workflows from running on events that were caused by other workflows to prevent unlimited recursion. To get around this, use a reusable workflow to trigger the podman.io version bump from the release action. Signed-off-by: Ashley Cui <acui@redhat.com>