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.
2 parents d35ac03 + 1fe4408 commit 779887bCopy full SHA for 779887b
1 file changed
.github/workflows/build-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v6
18
-
19
name: Login to DockerHub
20
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments