Skip to content

Commit 145a6df

Browse files
authored
Merge pull request #29 from viadee/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 2a51144 + 923e118 commit 145a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push_to_ecr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v4
1111

1212
- name: Login to Public ECR
13-
uses: docker/login-action@v1
13+
uses: docker/login-action@v2
1414
with:
1515
registry: public.ecr.aws
1616
username: ${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)