Skip to content

Commit

Permalink
README.md examples updated for upcoming v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Nov 24, 2020
1 parent a1ca593 commit 80eb10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2.0:
login: true
```
Expand All @@ -23,7 +23,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.2.0:
login: true
account_ids: "0015615400570"
region: "ap-southeast-2"
Expand Down

0 comments on commit 80eb10a

Please sign in to comment.