From 27cf28ad645c7af3b561897e645173b7eeebe54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:41:50 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login from 1 to 2 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/v1...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deliver17.yml | 2 +- .github/workflows/deliver18.yml | 2 +- .github/workflows/deliver19.yml | 2 +- .github/workflows/deliver20.yml | 2 +- .github/workflows/deliver21.yml | 2 +- .github/workflows/integration.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deliver17.yml b/.github/workflows/deliver17.yml index 32fb38e..57bea47 100644 --- a/.github/workflows/deliver17.yml +++ b/.github/workflows/deliver17.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Deploy artifacts diff --git a/.github/workflows/deliver18.yml b/.github/workflows/deliver18.yml index 402f634..1252a44 100644 --- a/.github/workflows/deliver18.yml +++ b/.github/workflows/deliver18.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Deploy artifacts diff --git a/.github/workflows/deliver19.yml b/.github/workflows/deliver19.yml index 808f35a..c9d55da 100644 --- a/.github/workflows/deliver19.yml +++ b/.github/workflows/deliver19.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Deploy artifacts diff --git a/.github/workflows/deliver20.yml b/.github/workflows/deliver20.yml index bde92e0..ef20aed 100644 --- a/.github/workflows/deliver20.yml +++ b/.github/workflows/deliver20.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Deploy artifacts diff --git a/.github/workflows/deliver21.yml b/.github/workflows/deliver21.yml index e448879..4c2fa82 100644 --- a/.github/workflows/deliver21.yml +++ b/.github/workflows/deliver21.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Deploy artifacts diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ad0eaff..c889675 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,7 +33,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 - name: Login to Amazon ECR Public - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 with: registry-type: "public" - name: Build and test