ci: build the container weekly
This commit is contained in:
parent
7465b394f4
commit
562b26b96a
@ -1,5 +1,8 @@
|
|||||||
name: Container build
|
name: Container build
|
||||||
on: [ push ]
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 16 * * FRI'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container-build:
|
container-build:
|
||||||
|
Loading…
Reference in New Issue
Block a user