Skip to content

Commit

Permalink
Fix version numbers in readme for the linter
Browse files Browse the repository at this point in the history
Co-authored-by: Paula <[email protected]>
  • Loading branch information
keithduncan and pzeballos committed Aug 24, 2021
1 parent 60ab013 commit 1caec26
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.1.1:
- ecr#v2.3.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.1.1:
- ecr#v2.3.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.1.1:
- ecr#v2.3.0:
login: true
account_ids: "0015615400570"
region: "ap-southeast-2"
Expand Down

0 comments on commit 1caec26

Please sign in to comment.