From 40676210f7906b571b0a986b3ca446cf36510dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:23:19 +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/api.yaml | 2 +- .github/workflows/ui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 6b5572d0..bef86206 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -230,7 +230,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Login to ECR - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: retag image and push run: | docker pull ${{ env.REGISTRY }}/api:${{ env.BRANCH }} diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 825455f2..33f3849e 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -148,7 +148,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Login to ECR - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: retag image and push run: | docker pull ${{ env.REGISTRY }}:${{ env.BRANCH }}