fix: switch to relative paths referencing local actions
Some checks failed
CI / test (pull_request) Failing after 2s

This commit is contained in:
2024-04-01 21:37:34 +02:00
parent 9dc3feecf4
commit 3dac8a1a7e
2 changed files with 4 additions and 4 deletions

View File

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