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.
1 parent fa0632a commit 01b86eaCopy full SHA for 01b86ea
.github/workflows/docker-auto-build.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/[email protected]
53
54
- name: Login to DockerHub
55
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
56
with:
57
username: ${{ secrets.DOCKER_HUB_USERNAME }}
58
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments