CAPORG-409 Add scheduler to de.captica.n8n pipeline to trigger image recreation each day to get n8n updates
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 4m10s
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 4m10s
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
name: Build Pipeline for de.captica.n8n
|
||||
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
|
||||
jobs:
|
||||
Publish Docker:
|
||||
|
||||
Reference in New Issue
Block a user