Skip to content

Commit

Permalink
updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed May 29, 2024
1 parent 1c04518 commit e378281
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.2" ]; then
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push labsai/eddi:5.3.2-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.3.2-b$CIRCLE_BUILD_NUM
# docker push labsai/eddi:5.3.2
docker push labsai/eddi:5.3.2
# 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
# 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 @@ -8,7 +8,7 @@ Developed in Java using Quarkus, it is lean, RESTful, scalable, and cloud-native
It comes as Docker container and can be orchestrated with Kubernetes or Openshift.
The Docker image has been certified by IBM/Red Hat.

Latest stable version: 5.3.1
Latest stable version: 5.3.2

License: Apache License 2.0

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Developed in Java using Quarkus, it is lean, RESTful, scalable, and cloud-native
It comes as Docker container and can be orchestrated with Kubernetes or Openshift.
The Docker image has been certified by IBM/Red Hat.

Latest stable version: 5.3.1
Latest stable version: 5.3.2

License: Apache License 2.0

Expand Down

0 comments on commit e378281

Please sign in to comment.