Skip to content

Commit fec6e69

Browse files
Merge pull request #26181 from ashley-cui/podmanio
Trigger podman.io version bump from release action
2 parents d667e2f + 416bb84 commit fec6e69

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,12 @@ jobs:
345345
to: Podman List <[email protected]>
346346
from: ${{secrets.ACTION_MAIL_SENDER}}
347347
body: file://./email_body.txt
348+
349+
updatepodmanio:
350+
name: Update podman.io
351+
uses: ./.github/workflows/update-podmanio.yml
352+
needs: [check, release]
353+
if: needs.check.outputs.buildonly == 'false'
354+
secrets: inherit
355+
with:
356+
version: ${{ needs.check.outputs.version }}

RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ spelled with complete minutiae.
212212
* shasums
213213
1. An email should have been sent to the [podman](mailto:[email protected]) mailing list.
214214
Keep an eye on it make sure the email went through to the list.
215-
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.
215+
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.
216216
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.
217217

218218

0 commit comments

Comments
 (0)