Skip to content

Commit

Permalink
released 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed Aug 17, 2023
1 parent 11c82e3 commit bb83710
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.4" ]; then
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push labsai/eddi:5.1.4-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.4-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.1.4
docker push labsai/eddi:5.1.4
# 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 bb83710

Please sign in to comment.