We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88e4e2 commit ad17742Copy full SHA for ad17742
.github/workflows/build-and-test.yml
@@ -21,7 +21,7 @@ jobs:
21
# the cache is created without them in the post run.
22
# It also restores the cache if it exists.
23
- name: Enable Docker Layer Caching
24
- uses: satackey/action-docker-layer-caching@v0.0.11
+ uses: jpribyl/action-docker-layer-caching@v0.1.1
25
# Ignore the failure of a step and avoid terminating the job.
26
continue-on-error: true
27
0 commit comments