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