Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsims authored Aug 22, 2019
1 parent 2b837c9 commit 12f1a1d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN echo "my expensive build step"
steps:
- command: 'echo wow'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0
- seek-oss/docker-ecr-cache#v1.4.0
- docker#v3.0.1
```
Expand All @@ -52,7 +52,7 @@ RUN npm install
steps:
- command: 'npm test'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
cache-on:
- package-lock.json
- docker#v3.0.1:
Expand All @@ -68,7 +68,7 @@ It's possible to specify the Dockerfile to use by:
steps:
- command: 'echo wow'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
dockerfile: my-dockerfile
- docker#v3.0.1
```
Expand All @@ -89,7 +89,7 @@ stage to run commands against:
steps:
- command: 'cargo test'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
target: build-deps
- docker#v3.0.1
```
Expand Down Expand Up @@ -117,7 +117,7 @@ steps:
env:
ARG_1: wow
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
build-args:
- ARG_1
- ARG_2=such
Expand All @@ -132,7 +132,7 @@ steps:
env:
ARG_1: wow
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
additional-build-args: '--ssh= default=\$SSH_AUTH_SOCK'
- docker#v3.0.1
```
Expand All @@ -147,7 +147,7 @@ optionally use a custom repository name:
steps:
- command: 'echo wow'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
ecr-name: my-unique-repository-name
- docker#v3.0.1
```
Expand All @@ -160,7 +160,7 @@ By default images are kept in ECR for up to 30 days. This can be changed by spec
steps:
- command: 'echo wow'
plugins:
- seek-oss/docker-ecr-cache#v1.3.0:
- seek-oss/docker-ecr-cache#v1.4.0:
max-age-days: 7
- docker#v3.0.1
```
Expand Down

0 comments on commit 12f1a1d

Please sign in to comment.