name: CD on: push: branches: - main env: DOCKER_REGISTRY: gitea.t000-n.de jobs: test: uses: ./.gitea/actions/ci-action.yaml build_and_push: uses: ./.gitea/actions/cd-action.yaml with: DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }} requires: - test