Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 1m44s
9 lines
258 B
YAML
9 lines
258 B
YAML
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 |