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:
|
||||
inputs:
|
||||
dockerfile:
|
||||
type: string
|
||||
description: "Optional Dockerfile path to build. Example: 'apps/ci-os/Dockerfile'"
|
||||
required: false
|
||||
image:
|
||||
type: string
|
||||
description: "Optional container image name. Example: 'my-org/my-image:latest'"
|
||||
required: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue