mirror of https://github.com/containers/podman.git
Merge pull request #26181 from ashley-cui/podmanio
Trigger podman.io version bump from release action
This commit is contained in:
commit
fec6e691ad
|
@ -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 }}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue