File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - run : docker-compose -f test_project/docker-compose.yml -p test_project pull
1818
19- - uses : satackey/action-docker-layer-caching@v0.0.4
19+ - uses : satackey/action-docker-layer-caching@v0.0.5
2020 with :
2121 key : docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-{hash}
2222 restore-keys : docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-
3434 - uses : actions/checkout@v2
3535 - run : docker-compose -f test_project/docker-compose.yml -p test_project pull
3636
37- - uses : satackey/action-docker-layer-caching@v0.0.4
37+ - uses : satackey/action-docker-layer-caching@v0.0.5
3838 with :
3939 key : docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-{hash}
4040 restore-keys : docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-
You can’t perform that action at this time.
0 commit comments