2 Commits

Author SHA1 Message Date
5a42777549 fix: cicd build_and_push needs test
All checks were successful
CI / test (pull_request) Successful in 57s
2024-08-11 12:06:29 +02:00
e45d2c15ca Revert "refactor: cicd cd workflow depends on ci workflow success (#11)"
This reverts commit 62a05d5e1e.
2024-08-11 12:05:09 +02:00

View File

@@ -1,18 +1,16 @@
name: CD
on:
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
push:
branches:
- main
env:
DOCKER_REGISTRY: gitea.t000-n.de
jobs:
test:
name: test
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -46,7 +44,7 @@ jobs:
build_and_push:
name: Build and push
requires:
needs:
- test
runs-on: ubuntu-latest
steps: