We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4ef6c commit 4e09978Copy full SHA for 4e09978
1 file changed
.github/workflows/docker.yml
@@ -63,13 +63,13 @@ jobs:
63
${{ runner.os }}-buildx-
64
- name: Login to DockerHub
65
if: github.repository == 'fclairamb/ftpserver'
66
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
67
with:
68
username: ${{ github.repository_owner }}
69
password: ${{ secrets.DOCKERHUB_TOKEN }}
70
- name: Login to GitHub Container Registry
71
72
73
74
registry: ghcr.io
75
username: ${{ github.actor }}
0 commit comments