We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b4b5d commit acc0b37Copy full SHA for acc0b37
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
26
-
27
name: Login to DockerHub
28
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v2.2.0
29
with:
30
username: ${{ secrets.DOCKERHUB_USERNAME }}
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments