We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5532bb0 commit 9da6c82Copy full SHA for 9da6c82
.github/workflows/docker.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Login to DockerHub
31
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
32
with:
33
username: ${{ secrets.DOCKERHUB_USER }}
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments