We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 085f66d + 7eaad28 commit faf1b04Copy full SHA for faf1b04
1 file changed
.github/workflows/build-docker-image.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@v3
20
21
- name: Login to DockerHub
22
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
23
with:
24
username: ${{ secrets.DOCKERHUB_USERNAME }}
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments