We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a319543 + c929845 commit 5d14c82Copy full SHA for 5d14c82
1 file changed
.github/workflows/docker_publish.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Log in to Docker Hub
18
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
19
with:
20
username: ${{ secrets.DOCKER_USER_LOGIN }}
21
password: ${{ secrets.DOCKER_USER_PASSWORD }}
0 commit comments