@@ -1,8 +1,12 @@
|
|||||||
name: Build and publish
|
name: Build and publish
|
||||||
run-name: Build docker image and publish to registry
|
run-name: Build docker image and publish to registry
|
||||||
on:
|
|
||||||
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 5/12 * * *"
|
- cron: '0 10,22 * * *'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user