fix: switch back to absolute paths and move actions into workflow dir
Some checks failed
CI / test (pull_request) Failing after 5s

This commit is contained in:
2024-04-01 21:39:22 +02:00
parent 3dac8a1a7e
commit 5e79f01fc4
4 changed files with 3 additions and 3 deletions

View File

@@ -12,13 +12,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ../actions/ci-action.yaml
- uses: ./.gitea/workflows/ci-action.yaml
build_and_push:
runs-on: ubuntu-latest
requires:
- test
steps:
- uses: ../actions/cd-action.yaml
- uses: ./.gitea/workflows/cd-action.yaml
with:
DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }}