Skip to content

Commit ad17742

Browse files
authored
Fix action-docker-layer-caching
Move to a fork, see satackey/action-docker-layer-caching#347
1 parent a88e4e2 commit ad17742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# the cache is created without them in the post run.
2222
# It also restores the cache if it exists.
2323
- name: Enable Docker Layer Caching
24-
uses: satackey/action-docker-layer-caching@v0.0.11
24+
uses: jpribyl/action-docker-layer-caching@v0.1.1
2525
# Ignore the failure of a step and avoid terminating the job.
2626
continue-on-error: true
2727

0 commit comments

Comments
 (0)