Add Daily Builds
Build - Docker Image - RC / publish (push) Successful in 5m24s

This commit is contained in:
JonatanRek
2025-11-25 12:25:18 +01:00
parent 07a7adceee
commit 557087303c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ on:
push: push:
branches: branches:
- dev - dev
schedule:
- cron: "0 1 * * *"
concurrency: concurrency:
group: docker-build-dev group: docker-build-dev
+3
View File
@@ -5,6 +5,9 @@ on:
push: push:
branches: branches:
- main - main
schedule:
- cron: "0 1 * * *"
concurrency: concurrency:
group: docker-build-prod group: docker-build-prod