Skip to content

Commit

Permalink
ci: different cache per service
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomion committed Apr 17, 2024
1 parent 904be86 commit c428420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: |
var-cache-apt
var-lib-apt
key: cache-${{ hashFiles('app/Dockerfile') }}
key: cache-${{ matrix.service }}-${{ hashFiles('app/Dockerfile') }}

- name: inject cache into docker
uses: reproducible-containers/buildkit-cache-dance@v3.1.0
Expand Down

0 comments on commit c428420

Please sign in to comment.