diff --git a/.github/workflows/docker-image-publish.yml b/.github/workflows/docker-image-publish.yml index bbc37b57d..c2d36bf0e 100644 --- a/.github/workflows/docker-image-publish.yml +++ b/.github/workflows/docker-image-publish.yml @@ -32,4 +32,4 @@ jobs: file: ./docker/base/Dockerfile platforms: linux/amd64 push: true - tags: eosphorosai/dbgpt:${{ github.ref_name }} \ No newline at end of file + tags: eosphorosai/dbgpt:${{ github.ref_name }},eosphorosai/dbgpt:latest \ No newline at end of file