Skip to content

Commit a0385e2

Browse files
chore(deps): update docker/login-action action to v3.2.0
1 parent b1efd98 commit a0385e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
role-to-assume: ${{ secrets.IAM_ROLE }}
4545
aws-region: ap-northeast-1
4646
- name: Login to Amazon ECR
47-
uses: docker/login-action@v3.1.0
47+
uses: docker/login-action@v3.2.0
4848
with:
4949
registry: ${{ secrets.ECR_URL }}
5050

0 commit comments

Comments
 (0)