chore(forgejo): try something new with the build workflow
This commit is contained in:
parent
566e74674f
commit
db0cbe078e
1 changed files with 2 additions and 0 deletions
|
@ -7,9 +7,11 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
|
type: string
|
||||||
description: "Optional Dockerfile path to build. Example: 'apps/ci-os/Dockerfile'"
|
description: "Optional Dockerfile path to build. Example: 'apps/ci-os/Dockerfile'"
|
||||||
required: false
|
required: false
|
||||||
image:
|
image:
|
||||||
|
type: string
|
||||||
description: "Optional container image name. Example: 'my-org/my-image:latest'"
|
description: "Optional container image name. Example: 'my-org/my-image:latest'"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue