Compare commits
2 Commits
0.0.12
...
56aac9e39f
| Author | SHA1 | Date | |
|---|---|---|---|
| 56aac9e39f | |||
| 0345ee15f8 |
@@ -1,9 +1,11 @@
|
|||||||
name: CD
|
name: CD
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows: ["CI"]
|
||||||
- main
|
branches: [main]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: gitea.t000-n.de
|
DOCKER_REGISTRY: gitea.t000-n.de
|
||||||
@@ -42,7 +44,6 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
|
||||||
build_and_push:
|
build_and_push:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
requires:
|
requires:
|
||||||
|
|||||||
Reference in New Issue
Block a user