We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e67bff + f4fc791 commit 90d57f8Copy full SHA for 90d57f8
.github/workflows/docker-build-env.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/setup-qemu-action@v3
31
-
32
name: Login to Docker Hub
33
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
34
with:
35
username: andy5995
36
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
.github/workflows/docker.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Login to Docker Hub
44
45
46
username: ${{ secrets.DOCKER_HUB_USERNAME }}
47
0 commit comments