Skip to content

Commit 1fafc34

Browse files
committed
changing action-docker-layer-caching to v0.0.7
1 parent 92c4916 commit 1fafc34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# In this step, this action saves a list of existing images,
1919
# the cache is created without them in the post run.
2020
# 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
2222
- name: build the image
2323
run: docker build . --file Dockerfile -t nipype_tutorial:latest
2424

@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: satackey/action-docker-layer-caching@v0.0.5
30+
- uses: satackey/action-docker-layer-caching@v0.0.7
3131
- name: run test 1
3232
run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
3333

@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v2
39-
- uses: satackey/action-docker-layer-caching@v0.0.5
39+
- uses: satackey/action-docker-layer-caching@v0.0.7
4040
- name: run test 2
4141
run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 2
4242

@@ -45,6 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v2
48-
- uses: satackey/action-docker-layer-caching@v0.0.5
48+
- uses: satackey/action-docker-layer-caching@v0.0.7
4949
- name: run test 3
5050
run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 3

0 commit comments

Comments
 (0)