Skip to content

Commit

Permalink
released 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed Oct 3, 2023
1 parent feb978e commit 883feb8
Showing 1 changed file with 5 additions and 5 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.5" ]; then
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push labsai/eddi:5.1.5-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.5-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.5
docker push labsai/eddi:5.1.5
# 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

0 comments on commit 883feb8

Please sign in to comment.