mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +08:00
Make podman.io update action reusable
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:

committed by
openshift-cherrypick-robot

parent
be2b298bee
commit
1a04ca36d2
11
.github/workflows/update-podmanio.yml
vendored
11
.github/workflows/update-podmanio.yml
vendored
@ -6,7 +6,16 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'Release version to build and upload (e.g. "v9.8.7")'
|
description: 'Release version to bump on podman.io'
|
||||||
|
required: true
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Release version to bump on podman.io'
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
secrets:
|
||||||
|
PODMANBOT_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user