Skip to content

Commit 7a09822

Browse files
committed
Migrate to Docker Layer Caching2 (#1550)
The satakey proiject has been abandoned satackey/action-docker-layer-caching#347. Another repo has taken over this work. It is active and has resolved recent github action deprecation issues.
1 parent 91cc724 commit 7a09822

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
# In this step, this action saves a list of existing images,
3333
# the cache is created without them in the post run.
3434
# It also restores the cache if it exists.
35-
- uses: satackey/[email protected]
35+
# name: Docker Layer Caching2
36+
- uses: jpribyl/[email protected]
3637
# Ignore the failure of a step and avoid terminating the job.
3738
continue-on-error: true
3839

@@ -81,7 +82,7 @@ jobs:
8182
# In this step, this action saves a list of existing images,
8283
# the cache is created without them in the post run.
8384
# It also restores the cache if it exists.
84-
- uses: satackey/action-docker-layer-caching@v0.0.11
85+
- uses: jpribyl/action-docker-layer-caching@v0.1.1
8586
# Ignore the failure of a step and avoid terminating the job.
8687
continue-on-error: true
8788

@@ -126,7 +127,7 @@ jobs:
126127
# In this step, this action saves a list of existing images,
127128
# the cache is created without them in the post run.
128129
# It also restores the cache if it exists.
129-
- uses: satackey/action-docker-layer-caching@v0.0.11
130+
- uses: jpribyl/action-docker-layer-caching@v0.1.1
130131
# Ignore the failure of a step and avoid terminating the job.
131132
continue-on-error: true
132133

0 commit comments

Comments
 (0)