Skip to content

Commit b809f2d

Browse files
authored
Update Docker Hub credentials in workflow
1 parent a844e9e commit b809f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-kai-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Log in to Docker Hub
2727
uses: docker/login-action@v3
2828
with:
29-
username: ${{ secrets.DOCKERHUB_USERNAME }}
30-
password: ${{ secrets.DOCKERHUB_TOKEN }}
29+
username: ${{ secrets.DOCKERHUB_TOKEN }}
30+
password: ${{ secrets.DOCKERHUB_PASSWD }}
3131

3232
- name: Build and push webhook image
3333
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)