We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90a718e + 306610c commit 36028afCopy full SHA for 36028af
1 file changed
.github/workflows/build-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
-
19
name: Login to DockerHub
20
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments