diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 66c46715..435dc71b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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)" diff --git a/.github/workflows/maven_master.yml b/.github/workflows/maven-master.yml similarity index 100% rename from .github/workflows/maven_master.yml rename to .github/workflows/maven-master.yml