We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ba5da commit 41400d3Copy full SHA for 41400d3
1 file changed
.github/workflows/docker-image.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: docker/setup-buildx-action@v4
43
44
- name: Login to Docker Hub
45
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
46
with:
47
username: ${{ vars.DOCKERHUB_USERNAME }}
48
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103
# type=sha
104
105
106
107
108
109
0 commit comments