Files
de.captica.n8n/.gitea/workflows/pipeline-build.yaml
Tobias Lehmann a9a59ec776
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 4m10s
CAPORG-409 Add scheduler to de.captica.n8n pipeline to trigger image recreation each day to get n8n updates
2025-09-20 11:37:38 +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 * * * *'
jobs:
Publish Docker:
uses: captica-oss/de.captica.expert.devops/.gitea/workflows/publish-docker.yaml@main
secrets: inherit