From 1caec269d4791d9badfd6ab5a1439957474ed6d4 Mon Sep 17 00:00:00 2001 From: Keith Duncan Date: Tue, 24 Aug 2021 10:27:26 +1000 Subject: [PATCH] Fix version numbers in readme for the linter Co-authored-by: Paula --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef440a6..edf41bd 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.1.1: + - ecr#v2.3.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.1.1: + - ecr#v2.3.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.1.1: + - ecr#v2.3.0: login: true account_ids: "0015615400570" region: "ap-southeast-2"