Skip to content

Commit

Permalink
Bump README.md for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boomper-bot[bot] authored Aug 24, 2021
1 parent 500a391 commit 838688c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will login docker to ECR prior to running your script.
steps:
- command: ./run_build.sh
plugins:
- ecr#v2.3.0:
- ecr#v2.4.0:
login: true
```
Expand All @@ -22,7 +22,7 @@ If you want to log in to ECR on [another account](https://docs.aws.amazon.com/Am
steps:
- command: ./run_build.sh
plugins:
- ecr#v2.3.0:
- ecr#v2.4.0:
login: true
account_ids: "0015615400570"
region: "ap-southeast-2"
Expand All @@ -34,7 +34,7 @@ If you need to assume a role to perform that login:
steps:
- command: ./run_build.sh
plugins:
- ecr#v2.3.0:
- ecr#v2.4.0:
login: true
account-ids: "0015615400570"
region: "ap-southeast-2"
Expand Down

0 comments on commit 838688c

Please sign in to comment.