Skip to content

Commit 4de8bf8

Browse files
Bump docker/login-action from 2 to 3
1 parent 905b3b5 commit 4de8bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: steps.docker-build.outputs.skipped != 'true'
3535
# docker.io
3636
- name: Login to docker.io
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@v3
3838
with:
3939
registry: docker.io
4040
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -45,7 +45,7 @@ jobs:
4545
if: steps.docker-build.outputs.skipped != 'true'
4646
# ghcr.io
4747
- name: Login to GitHub Container Registry
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)