feat: add docker build steps #4

Merged
t.behrendt merged 11 commits from feat-cd-pipeline into main 2024-04-01 20:48:32 +02:00
Showing only changes of commit c01e517d3a - Show all commits

View File

@@ -1,9 +1,13 @@
name: CD name: CD
on: on:
push: workflow_run:
workflows:
- CI
branches: branches:
- main - main
types:
- completed
env: env:
DOCKER_REGISTRY: gitea.t000-n.de DOCKER_REGISTRY: gitea.t000-n.de