Files
de.captica.n8n/.gitea/workflows/pipeline-build.yaml
Tobias Lehmann 2853e92fbb
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 11s
CAPORG-409 Adjusted scheduling to force docker image recreation each morning at 3 o clock
2025-09-20 12:01:15 +02:00

12 lines
296 B
YAML

name: Build Pipeline for de.captica.n8n
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
on:
push:
schedule:
- cron: '0 3 * * *'
jobs:
Publish Docker:
uses: captica-oss/de.captica.expert.devops/.gitea/workflows/publish-docker.yaml@main
secrets: inherit