Skip to content

Commit

Permalink
Add docker cache (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Feb 13, 2022
1 parent e4e16ac commit e089c79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
matrix:
subject: ${{fromJSON(needs.list_test_subjects.outputs.matrix)}}
steps:
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
with:
key: thumbor-plugins-test-${{ matrix.subject }}
- 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 e089c79

Please sign in to comment.