Skip to content

Commit 8e735da

Browse files
authored
Bump to v1.7.0
1 parent 7fbd03b commit 8e735da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN echo "my expensive build step"
2727
steps:
2828
- command: 'echo wow'
2929
plugins:
30-
- seek-oss/docker-ecr-cache#v1.6.0
30+
- seek-oss/docker-ecr-cache#v1.7.0
3131
- docker#v3.3.0
3232
```
3333
@@ -52,7 +52,7 @@ RUN npm install
5252
steps:
5353
- command: 'npm test'
5454
plugins:
55-
- seek-oss/docker-ecr-cache#v1.6.0:
55+
- seek-oss/docker-ecr-cache#v1.7.0:
5656
cache-on:
5757
- package-lock.json
5858
- docker#v3.3.0:
@@ -66,7 +66,7 @@ The `cache-on` property also supports Bash globbing with `globstar`:
6666
steps:
6767
- command: 'npm test'
6868
plugins:
69-
- seek-oss/docker-ecr-cache#v1.6.0:
69+
- seek-oss/docker-ecr-cache#v1.7.0:
7070
cache-on:
7171
- '**/package.json' # monorepo with multiple manifest files
7272
- yarn.lock
@@ -83,7 +83,7 @@ It's possible to specify the Dockerfile to use by:
8383
steps:
8484
- command: 'echo wow'
8585
plugins:
86-
- seek-oss/docker-ecr-cache#v1.6.0:
86+
- seek-oss/docker-ecr-cache#v1.7.0:
8787
dockerfile: my-dockerfile
8888
- docker#v3.3.0
8989
```
@@ -104,7 +104,7 @@ stage to run commands against:
104104
steps:
105105
- command: 'cargo test'
106106
plugins:
107-
- seek-oss/docker-ecr-cache#v1.6.0:
107+
- seek-oss/docker-ecr-cache#v1.7.0:
108108
target: build-deps
109109
- docker#v3.3.0
110110
```
@@ -132,7 +132,7 @@ steps:
132132
env:
133133
ARG_1: wow
134134
plugins:
135-
- seek-oss/docker-ecr-cache#v1.6.0:
135+
- seek-oss/docker-ecr-cache#v1.7.0:
136136
build-args:
137137
- ARG_1
138138
- ARG_2=such
@@ -147,7 +147,7 @@ steps:
147147
env:
148148
ARG_1: wow
149149
plugins:
150-
- seek-oss/docker-ecr-cache#v1.6.0:
150+
- seek-oss/docker-ecr-cache#v1.7.0:
151151
additional-build-args: '--ssh= default=\$SSH_AUTH_SOCK'
152152
- docker#v3.3.0
153153
```
@@ -162,7 +162,7 @@ optionally use a custom repository name:
162162
steps:
163163
- command: 'echo wow'
164164
plugins:
165-
- seek-oss/docker-ecr-cache#v1.6.0:
165+
- seek-oss/docker-ecr-cache#v1.7.0:
166166
ecr-name: my-unique-repository-name
167167
ecr-tags:
168168
Key: Value
@@ -178,7 +178,7 @@ By default images are kept in ECR for up to 30 days. This can be changed by spec
178178
steps:
179179
- command: 'echo wow'
180180
plugins:
181-
- seek-oss/docker-ecr-cache#v1.6.0:
181+
- seek-oss/docker-ecr-cache#v1.7.0:
182182
max-age-days: 7
183183
- docker#v3.3.0
184184
```
@@ -191,7 +191,7 @@ By default image name and computed tag are exported to the Docker buildkite plug
191191
steps:
192192
- command: 'echo wow'
193193
plugins:
194-
- seek-oss/docker-ecr-cache#v1.6.0:
194+
- seek-oss/docker-ecr-cache#v1.7.0:
195195
export-env-variable: BUILDKITE_PLUGIN_MY_CUSTOM_PLUGIN_CACHE_IMAGE
196196
- my-custom-plugin#v1.0.0
197197
```

0 commit comments

Comments
 (0)