Skip to content

Commit 86e775e

Browse files
Update docker/login-action action to v4
1 parent a482a9b commit 86e775e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v3
28+
uses: docker/login-action@v4
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@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)