Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbb4dc commit acc73dcCopy full SHA for acc73dc
1 file changed
.github/workflows/docker.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
36
37
- name: Login to DockerHub
38
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
39
with:
40
username: ${{ secrets.DOCKERHUB_USERNAME }}
41
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
89
merge-multiple: true
90
91
92
93
94
95
0 commit comments