Skip to content

Commit d88b6f0

Browse files
Update docker/login-action action to v3
1 parent c6f3e70 commit d88b6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525

2626
- name: Login to DockerHub
2727
if: github.event_name != 'pull_request'
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
username: pagdot
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232

3333
- name: Login to GitHub Container Registry
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)