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 9805873 + 2ca8b8d commit 5d56ecbCopy full SHA for 5d56ecb
1 file changed
.github/workflows/docker_publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/setup-buildx-action@v3
19
20
- name: Log in to Docker Hub
21
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
22
with:
23
username: ${{ secrets.DOCKER_USER_LOGIN }}
24
password: ${{ secrets.DOCKER_USER_PASSWORD }}
0 commit comments