Build automatic release every sunday.

This commit is contained in:
2024-05-04 11:45:09 +02:00
parent 9c6c871dc7
commit 008fa2427b

View File

@@ -3,6 +3,8 @@ name: Build startup image
on: on:
push: push:
branches: [ master ] branches: [ master ]
schedule:
- cron: '0 0 * * 0'
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty