mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
Make podman.io update action reusable
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
11
.github/workflows/update-podmanio.yml
vendored
11
.github/workflows/update-podmanio.yml
vendored
@ -6,7 +6,16 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
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
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user