Skip to content

Commit

Permalink
Build workflow modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Nov 5, 2023
1 parent d52079d commit ba6f9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.TALKFORGEAI_DOCKER_USER }}
password: ${{ secrets.TALKFORGEAI_DOCKER_PASSWORD }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ba6f9d1

Please sign in to comment.