Skip to content

Commit

Permalink
Fix action-docker-layer-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
vasdommes authored Sep 26, 2023
1 parent a88e4e2 commit ad17742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# the cache is created without them in the post run.
# It also restores the cache if it exists.
- name: Enable Docker Layer Caching
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true

Expand Down

0 comments on commit ad17742

Please sign in to comment.