Skip to content

Commit 4e09978

Browse files
chore(deps): update docker/login-action action to v4
1 parent 8e4ef6c commit 4e09978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
${{ runner.os }}-buildx-
6464
- name: Login to DockerHub
6565
if: github.repository == 'fclairamb/ftpserver'
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ github.repository_owner }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070
- name: Login to GitHub Container Registry
7171
if: github.repository == 'fclairamb/ftpserver'
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.actor }}

0 commit comments

Comments
 (0)