Skip to content

Commit 3ccb8cd

Browse files
Bump aws-actions/amazon-ecr-login from 2.1.1 to 2.1.2 (#6390)
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.1 to 2.1.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](aws-actions/amazon-ecr-login@183a144...f2e9fc6) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c18ddbc commit 3ccb8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
aws-region: us-west-2
4242
- name: Login to Amazon ECR
4343
if: github.secret_source != 'None'
44-
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1
44+
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
4545
- name: build, test and optionally push docker image
4646
run: ./script/build_docker.sh
4747
env:

0 commit comments

Comments
 (0)