We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c9244c + 2f64b39 commit 074d782Copy full SHA for 074d782
1 file changed
.github/workflows/Build Image.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Login to DockerHub
32
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
33
with:
34
username: ${{ secrets.DOCKER_USERNAME }}
35
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments