File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# In this step, this action saves a list of existing images,
19
19
# the cache is created without them in the post run.
20
20
# It also restores the cache if it exists.
21
- - uses : satackey/action-docker-layer-caching@v0.0.5
21
+ - uses : satackey/action-docker-layer-caching@v0.0.7
22
22
- name : build the image
23
23
run : docker build . --file Dockerfile -t nipype_tutorial:latest
24
24
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v2
30
- - uses : satackey/action-docker-layer-caching@v0.0.5
30
+ - uses : satackey/action-docker-layer-caching@v0.0.7
31
31
- name : run test 1
32
32
run : docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
33
33
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- uses : actions/checkout@v2
39
- - uses : satackey/action-docker-layer-caching@v0.0.5
39
+ - uses : satackey/action-docker-layer-caching@v0.0.7
40
40
- name : run test 2
41
41
run : docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 2
42
42
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/checkout@v2
48
- - uses : satackey/action-docker-layer-caching@v0.0.5
48
+ - uses : satackey/action-docker-layer-caching@v0.0.7
49
49
- name : run test 3
50
50
run : docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 3
You can’t perform that action at this time.
0 commit comments