Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Nov 5, 2023
1 parent 5929121 commit 9ace639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag talkforgeai/talkforgeai:latest
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag talkforgeai/talkforgeai:"$(date +%s)"
File renamed without changes.

0 comments on commit 9ace639

Please sign in to comment.