Add Dockerfile and readme
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 1m44s
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 1m44s
This commit is contained in:
9
.gitea/workflows/pipeline-build.yaml
Normal file
9
.gitea/workflows/pipeline-build.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Build Pipeline for de.captica.n8n
|
||||
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Publish Docker:
|
||||
uses: captica-oss/de.captica.expert.devops/.gitea/workflows/publish-docker.yaml@main
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user