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

This commit is contained in:
Sthope 2024-04-23 19:52:01 +02:00
parent cfb92d48af
commit d8b1a85352

View File

@ -1,8 +1,10 @@
name: Image Build
on:
schedule:
- cron: '0 0 * * *' # run daily
on: [push]
# on:
# schedule:
# - cron: '0 0 * * *' # run daily
jobs:
init: