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 81f3b94 commit 42ef69fCopy full SHA for 42ef69f
.github/workflows/docker_auto.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Login to Docker Hub
17
id: login
18
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
19
with:
20
username: ${{ secrets.DOCKER_HUB_USERNAME }}
21
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments