Skip to content

Commit

Permalink
Fixed tagging of dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Nov 22, 2023
1 parent 88fba50 commit 9e4f489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build the Docker image
run: docker build . --file Dockerfile --tag talkforgeai/talkforgeai:"$(date +%s)"
run: docker build . --file Dockerfile --tag talkforgeai/talkforgeai:latest
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 9e4f489

Please sign in to comment.