fix: revert cicd changes #14

Merged
t.behrendt merged 5 commits from fix-revert-cicd-changes into main 2024-08-11 12:36:34 +02:00
Showing only changes of commit 16acb0fe80 - Show all commits

View File

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