Update .gitea/workflows/build-image.yml
Some checks failed
Image Build / init (push) Failing after 2s
Image Build / iventoy image (push) Has been skipped

This commit is contained in:
Sthope 2024-04-23 19:32:14 +02:00
parent e865d8f57a
commit b5ca58648e

View File

@ -3,15 +3,21 @@ on:
push: push:
branches: branches:
- main - main
# Manueel starte
workflow_dispatch: workflow_dispatch:
inputs: # on:
force_build: # push:
description: Force new build? # branches:
required: false # - main
default: "false" # workflow_dispatch:
type: string # inputs:
schedule: # run daily # force_build:
- cron: '0 0 * * *' # description: Force new build?
# required: false
# default: "false"
# type: string
# schedule: # run daily
# - cron: '0 0 * * *'
jobs: jobs:
init: init: