From 838688cee14e8db5b1d1eaaab4316a40b757745a Mon Sep 17 00:00:00 2001 From: "boomper-bot[bot]" <40539397+boomper-bot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 00:34:47 +0000 Subject: [PATCH] Bump README.md for v2.4.0 release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e0199b..e20b782 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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" @@ -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"