Trigger build every 7 days at 05:00 and allow rebuild trigger

This commit is contained in:
2025-02-22 16:55:04 +01:00
parent 9131a4467d
commit 4ae1ba94ae

View File

@@ -1,6 +1,9 @@
name: Build Bredbandskollen's CLI docker image
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * */7"
push:
branches: master
@@ -32,4 +35,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build image
run: build/bin/build
run: build/bin/build