@@ -35,11 +35,11 @@ jobs:
3535 # In this step, this action saves a list of existing images,
3636 # the cache is created without them in the post run.
3737 # It also restores the cache if it exists.
38- - uses : satackey/action-docker-layer-caching@v0.0.6
38+ - uses : satackey/action-docker-layer-caching@v0.0.7
3939
4040 - run : docker-compose up --build
4141
42- # Finally, "Post Run satackey/action-docker-layer-caching@v0.0.6 ",
42+ # Finally, "Post Run satackey/action-docker-layer-caching@v0.0.7 ",
4343 # which is the process of saving the cache, will be executed.
4444```
4545
@@ -61,12 +61,12 @@ jobs:
6161 # In this step, this action saves a list of existing images,
6262 # the cache is created without them in the post run.
6363 # It also restores the cache if it exists.
64- - uses : satackey/action-docker-layer-caching@v0.0.6
64+ - uses : satackey/action-docker-layer-caching@v0.0.7
6565
6666 - name : Build the Docker image
6767 run : docker build . --file Dockerfile --tag my-image-name:$(date +%s)
6868
69- # Finally, "Post Run satackey/action-docker-layer-caching@v0.0.6 ",
69+ # Finally, "Post Run satackey/action-docker-layer-caching@v0.0.7 ",
7070 # which is the process of saving the cache, will be executed.
7171```
7272
@@ -79,7 +79,7 @@ By default, the cache is separated by the workflow name.
7979You can also set the cache key manually, like the official [ actions/cache] ( https://github.com/actions/cache#usage ) action.
8080
8181``` yaml
82- - uses : satackey/action-docker-layer-caching@v0.0.6
82+ - uses : satackey/action-docker-layer-caching@v0.0.7
8383 with :
8484 key : foo-docker-cache-{hash}
8585 restore-keys : |
0 commit comments