refactor: cicd cd workflow depends on ci workflow success #11

Merged
t.behrendt merged 2 commits from refactor-cicd-release-epends-on-test into main 2024-08-11 12:03:11 +02:00
Showing only changes of commit 0345ee15f8 - Show all commits

View File

@@ -1,9 +1,11 @@
name: CD
on:
push:
branches:
- main
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
env:
DOCKER_REGISTRY: gitea.t000-n.de
@@ -42,7 +44,6 @@ jobs:
- name: test
run: make test
build_and_push:
name: Build and push
requires: