Skip to content

Commit

Permalink
Upgraded docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Nov 22, 2023
1 parent 2871528 commit a6d9d1f
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 @@ -37,13 +37,13 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag talkforgeai/talkforgeai:latest
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.TALKFORGEAI_DOCKER_USER }}
password: ${{ secrets.TALKFORGEAI_DOCKER_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit a6d9d1f

Please sign in to comment.