Skip to content

Commit

Permalink
perf: setup docker layer cache for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadk24 committed Sep 24, 2023
1 parent 84c5bd9 commit 258b086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ jobs:
- name: Setup dummy env
run: touch docker.env

- name: Setup docker layer cache
uses: jpribyl/action-docker-layer-caching@v0.1.1

- name: Build docker image
run: docker compose -f docker-compose.yaml -f docker-compose.prod.yaml build

Expand Down

0 comments on commit 258b086

Please sign in to comment.