Skip to content

Commit

Permalink
fix: Github actions Docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Feb 24, 2022
1 parent 965386e commit d819ada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
with:
key: thumbor-plugins-test-${{ matrix.subject }}
key: thumbor-plugins-test-${{ matrix.subject }}-{hash}
restore-keys: |
thumbor-plugins-test-${{ matrix.image-tag }}-
thumbor-plugins-test-
- uses: actions/checkout@v2
- id: build-test-image
run: docker build -t test_image -f thumbor_plugins/${{ matrix.subject }}/tests/docker/Dockerfile .
Expand Down

0 comments on commit d819ada

Please sign in to comment.