This commit is contained in:
@@ -10,11 +10,15 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
uses: ./.gitea/actions/ci-action.yaml
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ./.gitea/actions/ci-action.yaml
|
||||||
|
|
||||||
build_and_push:
|
build_and_push:
|
||||||
uses: ./.gitea/actions/cd-action.yaml
|
runs-on: ubuntu-latest
|
||||||
with:
|
|
||||||
DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }}
|
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
|
steps:
|
||||||
|
- uses: ./.gitea/actions/cd-action.yaml
|
||||||
|
with:
|
||||||
|
DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }}
|
||||||
|
|||||||
@@ -9,4 +9,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
uses: ./.gitea/actions/ci-action.yaml
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- uses: ./.gitea/actions/ci-action.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user