Skip to content

Commit

Permalink
Merge pull request #380 from CPS-IT/task/docker-layer-caching
Browse files Browse the repository at this point in the history
[TASK] Use up-to-date GitHub action for docker layer caching
  • Loading branch information
eliashaeussler authored Nov 16, 2023
2 parents 25ac064 + f4b9fe0 commit c6289c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

# Handle Docker image layer cache
- name: Handle Docker cache
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

# Run Docker tests
Expand Down

0 comments on commit c6289c2

Please sign in to comment.