Changed cron
Build and publish / build (push) Has been cancelled

This commit is contained in:
Lino Silva
2024-11-06 23:31:08 +00:00
parent 438f19812b
commit 554bc62199
+6 -2
View File
@@ -1,8 +1,12 @@
name: Build and publish
run-name: Build docker image and publish to registry
on:
on:
schedule:
- cron: "0 0 5/12 * * *"
- cron: '0 10,22 * * *'
push:
branches:
- 'main'
jobs:
build: