File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- name : Release & Test
1+ name : CI
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : README sample test
1+ name : Readme Test
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- # action-docker-layer-caching [ ![ README sample test] ( https://github.com/satackey/action-docker-layer-caching/workflows/README%20sample%20test/badge.svg?event=push )] ( https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3A%22README+sample+test%22 ) [ ![ Release & Test] ( https://github.com/satackey/action-docker-layer-caching/workflows/Release%20&%20Test/badge.svg )] ( https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3A%22Release+%26+Test%22 )
1+ # action-docker-layer-caching [ ![ Readme Test] ( https://github.com/satackey/action-docker-layer-caching/workflows/Readme%20Test/badge.svg )] ( https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3A%22Readme+Test%22 ) [ ![ CI] ( https://github.com/satackey/action-docker-layer-caching/workflows/CI/badge.svg )] ( https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3ACI )
2+
3+ Enable docker layer caching by adding a single line.
24
35``` yaml
4- name : CI
6+ name : Readme Test
57
68on : push
79
1113
1214 steps :
1315 - uses : actions/checkout@v2
14- - uses : satackey/action-docker-layer-caching@v0.0
16+ - uses : satackey/action-docker-layer-caching@v0.0 # Images created after this action is called are cached.
1517 - run : docker-compose build
1618` ` `
You can’t perform that action at this time.
0 commit comments