Update .gitea/workflows/build-image.yml
This commit is contained in:
parent
e865d8f57a
commit
b5ca58648e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user