From 6b89f55df7fe8c1e776fe70a621e31d8ac190458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 17:47:11 +0000 Subject: [PATCH] chore(deps): update aws-actions/amazon-ecr-login action to v2 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 20b95e2..6f5ba19 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -72,7 +72,7 @@ jobs: aws-region: eu-north-1 - name: Login to ECR id: login-ecr-eu-north - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Setup docker buildx uses: docker/setup-buildx-action@v2 - name: Docker meta configuration (set image and tag)