Compare commits
2 Commits
0.0.12
...
5a42777549
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a42777549 | |||
| e45d2c15ca |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user