Skip to content

Commit

Permalink
release 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed Dec 8, 2023
1 parent c15dfaa commit 58b66db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
- run:
name: Push docker image to Docker Hub Registry
command: |
if [ "${CIRCLE_BRANCH}" == "main" ]; then
if [ "${CIRCLE_BRANCH}" == "release/5.1.6" ]; then
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push labsai/eddi:5.1.6-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.6-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.6
docker push labsai/eddi:5.1.6
# docker push labsai/eddi:5.1
docker push labsai/eddi:5.1
# docker push labsai/eddi:5
docker push labsai/eddi:5
docker push labsai/eddi:latest
fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

E.D.D.I (Enhanced Dialog Driven Interface) is an enterprise-certified chatbot middleware that offers advanced prompt and conversation management for Conversational AI APIs, such as ChatGPT. Developed in Java using Quarkus, it is lean, RESTful, scalable, and cloud-native. It comes with Docker support and can be orchestrated with Kubernetes or Openshift.

Latest stable version: 5.1.5
Latest stable version: 5.1.6

License: Apache License 2.0

Expand Down

0 comments on commit 58b66db

Please sign in to comment.