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"
2222steps :
2323 - command : ' echo wow'
2424 plugins :
25- - seek-oss/docker-ecr-cache#v1.1.0
25+ - seek-oss/docker-ecr-cache#v1.1.1
2626 - docker#v2.0.0
2727` ` `
2828
@@ -44,7 +44,7 @@ RUN npm install
4444steps:
4545 - command: 'npm test'
4646 plugins:
47- - seek-oss/docker-ecr-cache#v1.1.0 :
47+ - seek-oss/docker-ecr-cache#v1.1.1 :
4848 cache-on:
4949 - package-lock.json
5050 - docker#v2.0.0
@@ -58,7 +58,7 @@ It's possible to specify the Dockerfile to use by:
5858steps :
5959 - command : ' echo wow'
6060 plugins :
61- - seek-oss/docker-ecr-cache#v1.1.0 :
61+ - seek-oss/docker-ecr-cache#v1.1.1 :
6262 dockerfile : my-dockerfile
6363 - docker#v2.0.0
6464` ` `
@@ -73,7 +73,7 @@ Instead, the `target` property can be used to specify an intermediate build stag
7373steps:
7474 - command: 'cargo test'
7575 plugins:
76- - seek-oss/docker-ecr-cache#v1.1.0 :
76+ - seek-oss/docker-ecr-cache#v1.1.1 :
7777 target: build-deps
7878 - docker#v2.0.0
7979` ` `
You can’t perform that action at this time.
0 commit comments