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 6e62ab3 commit 7d016c7Copy full SHA for 7d016c7
.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/setup-buildx-action@v2
18
19
- name: Login to DockerHub
20
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments