Skip to content

Commit

Permalink
release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed May 27, 2024
1 parent 0dfd260 commit 8bfe46c
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.3.1" ]; then
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push labsai/eddi:5.3.1-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.3.1-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.3.1
docker push labsai/eddi:5.3.1
# docker push labsai/eddi:5.3
docker push labsai/eddi:5.3
# docker push labsai/eddi:5
docker push labsai/eddi:5
docker push labsai/eddi:latest
fi

0 comments on commit 8bfe46c

Please sign in to comment.