ci: build the container weekly

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

View File

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