Add cron
Some checks failed
Build and Push Chill base image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Chill base image / build-and-push (push) Has been cancelled
This commit is contained in:
parent
02cf5dbe45
commit
ff7b25c608
@ -1,6 +1,8 @@
|
||||
name: Build and Push Chill base image
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '05 * * * 0' # Runs at 00:00 every Sunday
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
@ -53,4 +55,4 @@ jobs:
|
||||
pull: true
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
x
Reference in New Issue
Block a user