We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098fae6 commit 7513393Copy full SHA for 7513393
.github/workflows/comfyui-base.yaml
@@ -40,7 +40,7 @@ jobs:
40
ref: ${{ github.event.pull_request.head.sha }}
41
42
- name: Login to DockerHub
43
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
44
with:
45
username: ${{ secrets.CI_DOCKERHUB_USERNAME }}
46
password: ${{ secrets.CI_DOCKERHUB_TOKEN }}
.github/workflows/docker.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments