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