ci: build the container weekly

This commit is contained in:
Job 2024-09-29 11:29:50 +02:00
parent 7465b394f4
commit 562b26b96a
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -1,5 +1,8 @@
name: Container build
on: [ push ]
on:
push:
schedule:
- cron: '0 16 * * FRI'
jobs:
container-build: