Skip to content

Commit ed8b42f

Browse files
committed
Update docker/login-action action to v2
1 parent aa56f64 commit ed8b42f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# docker.io
4343
-
4444
name: Login to docker.io
45-
uses: docker/login-action@v1
45+
uses: docker/login-action@v2
4646
with:
4747
registry: docker.io
4848
username: ${{ secrets.dockerhub_username }}
@@ -56,7 +56,7 @@ jobs:
5656
# quay.io
5757
-
5858
name: Login to Quay.io
59-
uses: docker/login-action@v1
59+
uses: docker/login-action@v2
6060
with:
6161
registry: quay.io
6262
username: ${{ secrets.quayio_username }}
@@ -72,7 +72,7 @@ jobs:
7272
# ghcr.io
7373
-
7474
name: Login to GitHub Container Registry
75-
uses: docker/login-action@v1
75+
uses: docker/login-action@v2
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)