chore(forgejo): try something new with the build workflow

This commit is contained in:
Tommy 2025-01-03 07:22:29 +01:00
parent 566e74674f
commit db0cbe078e
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -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