Merge pull request #26181 from ashley-cui/podmanio

Trigger podman.io version bump from release action
This commit is contained in:
openshift-merge-bot[bot] 2025-05-27 14:08:06 +00:00 committed by GitHub
commit fec6e691ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -345,3 +345,12 @@ jobs:
to: Podman List <podman@lists.podman.io>
from: ${{secrets.ACTION_MAIL_SENDER}}
body: file://./email_body.txt
updatepodmanio:
name: Update podman.io
uses: ./.github/workflows/update-podmanio.yml
needs: [check, release]
if: needs.check.outputs.buildonly == 'false'
secrets: inherit
with:
version: ${{ needs.check.outputs.version }}

View File

@ -212,7 +212,7 @@ spelled with complete minutiae.
* shasums
1. An email should have been sent to the [podman](mailto:podman@lists.podman.io) mailing list.
Keep an eye on it make sure the email went through to the list.
1. After the release action is run, an action to bump the Podman version on podman.io will run. This action will open a PR if a non-rc latest version is released. Go to the podman.io repo and merge the PR opened by this action, if needed.
1. The release action will also bump the Podman version on podman.io. It will open a PR if a non-rc latest version is released. Go to the [podman.io](https://github.com/containers/podman.io) repo and merge the PR opened by this action, if needed.
1. After the tag is pushed, an action to bump to -dev will run. A PR will be opened for this bump. Merge this PR if needed.