From 9073287cbb5aa46a59e7ef87b53ec26acef4685a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:28:10 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login from 2.1.1 to 2.1.5 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.1 to 2.1.5. - [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/183a1442edf41672e66566b7fc560e297a290896...fa648b43de3d4d023bcb3f89ed6940096949c419) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ecr-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecr-publish.yaml b/.github/workflows/ecr-publish.yaml index 03ea3cde1b..b797cc84e1 100644 --- a/.github/workflows/ecr-publish.yaml +++ b/.github/workflows/ecr-publish.yaml @@ -26,7 +26,7 @@ jobs: - name: Login to Amazon ECR Public id: login-ecr-public - uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1 + uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 # v2.1.5 with: registry-type: public