Skip to content

Commit 2f7a39b

Browse files
Bump aws-actions/amazon-ecr-login from 2.1.0 to 2.1.1 (#6370)
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.0 to 2.1.1. - [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@261fc3d...183a144) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0c41dd commit 2f7a39b

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@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
44+
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1
4545
- name: build, test and optionally push docker image
4646
run: ./script/build_docker.sh
4747
env:

0 commit comments

Comments
 (0)