Skip to content

Commit

Permalink
chore: Update docker-compose-cache.json for caching Docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 27, 2024
1 parent ef64419 commit 65c07d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 65c07d8

Please sign in to comment.