File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN echo "my expensive build step"
22
22
steps :
23
23
- command : ' echo wow'
24
24
plugins :
25
- - seek-oss/docker-ecr-cache#v1.1.0
25
+ - seek-oss/docker-ecr-cache#v1.1.1
26
26
- docker#v2.0.0
27
27
` ` `
28
28
@@ -44,7 +44,7 @@ RUN npm install
44
44
steps:
45
45
- command: 'npm test'
46
46
plugins:
47
- - seek-oss/docker-ecr-cache#v1.1.0 :
47
+ - seek-oss/docker-ecr-cache#v1.1.1 :
48
48
cache-on:
49
49
- package-lock.json
50
50
- docker#v2.0.0
@@ -58,7 +58,7 @@ It's possible to specify the Dockerfile to use by:
58
58
steps :
59
59
- command : ' echo wow'
60
60
plugins :
61
- - seek-oss/docker-ecr-cache#v1.1.0 :
61
+ - seek-oss/docker-ecr-cache#v1.1.1 :
62
62
dockerfile : my-dockerfile
63
63
- docker#v2.0.0
64
64
` ` `
@@ -73,7 +73,7 @@ Instead, the `target` property can be used to specify an intermediate build stag
73
73
steps:
74
74
- command: 'cargo test'
75
75
plugins:
76
- - seek-oss/docker-ecr-cache#v1.1.0 :
76
+ - seek-oss/docker-ecr-cache#v1.1.1 :
77
77
target: build-deps
78
78
- docker#v2.0.0
79
79
` ` `
You can’t perform that action at this time.
0 commit comments