diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 767a4ab00..6263be6c7 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -73,4 +73,4 @@ jobs: - name: Lint Backend continue-on-error: false - run: sudo docker-compose --env-file .env-github-actions run server bash -c "flake8" + run: docker buildx bake --file docker-compose.yaml --file docker-compose-cache.json --env-file .env-github-actions run server bash -c "flake8"