Skip to content

Commit 042ff9c

Browse files
chore(deps): bump docker/login-action from 2 to 3 (#610)
1 parent 04af94b commit 042ff9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
2222
aws-region: us-east-1
23-
- uses: docker/login-action@v2
23+
- uses: docker/login-action@v3
2424
with:
2525
registry: public.ecr.aws
26-
- uses: docker/login-action@v2
26+
- uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: docker/setup-buildx-action@v2
8989

9090
- name: Login to DockerHub
91-
uses: docker/login-action@v2
91+
uses: docker/login-action@v3
9292
with:
9393
username: ${{ secrets.DOCKER_USERNAME }}
9494
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -100,12 +100,12 @@ jobs:
100100
aws-region: us-east-1
101101

102102
- name: Login to ECR
103-
uses: docker/login-action@v2
103+
uses: docker/login-action@v3
104104
with:
105105
registry: public.ecr.aws
106106

107107
- name: Login to GHCR
108-
uses: docker/login-action@v2
108+
uses: docker/login-action@v3
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.actor }}

0 commit comments

Comments
 (0)