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:
branches:
- main
# Manueel starte
workflow_dispatch:
inputs:
force_build:
description: Force new build?
required: false
default: "false"
type: string
schedule: # run daily
- cron: '0 0 * * *'
# on:
# push:
# branches:
# - main
# workflow_dispatch:
# inputs:
# force_build:
# description: Force new build?
# required: false
# default: "false"
# type: string
# schedule: # run daily
# - cron: '0 0 * * *'
jobs:
init: