Skip to content

Commit 8b53ffd

Browse files
committed
chore: update Docker image references in workflows and README
- Changed Docker image name from 'evoapicloud/evolution-api' to 'evoapicloud/evolution-api-baileys' in multiple workflow files. - Updated the README to reflect the new Docker image name in the badge link.
1 parent f24c50a commit 8b53ffd

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: meta
2323
uses: docker/metadata-action@v5
2424
with:
25-
images: evoapicloud/evolution-api
25+
images: evoapicloud/evolution-api-baileys
2626
tags: type=semver,pattern=v{{version}}
2727

2828
- name: Set up QEMU

.github/workflows/publish_docker_image_homolog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: meta
2323
uses: docker/metadata-action@v5
2424
with:
25-
images: evoapicloud/evolution-api
25+
images: evoapicloud/evolution-api-baileys
2626
tags: homolog
2727

2828
- name: Set up QEMU

.github/workflows/publish_docker_image_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: meta
2323
uses: docker/metadata-action@v5
2424
with:
25-
images: evoapicloud/evolution-api
25+
images: evoapicloud/evolution-api-baileys
2626
tags: latest
2727

2828
- name: Set up QEMU

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![Docker Image](https://img.shields.io/badge/Docker-image-blue)](https://hub.docker.com/r/evoapicloud/evolution-api)
5+
[![Docker Image](https://img.shields.io/badge/Docker-image-blue)](https://hub.docker.com/r/evoapicloud/evolution-api-baileys)
66
[![Whatsapp Group](https://img.shields.io/badge/Group-WhatsApp-%2322BC18)](https://evolution-api.com/whatsapp)
77
[![Discord Community](https://img.shields.io/badge/Discord-Community-blue)](https://evolution-api.com/discord)
88
[![Postman Collection](https://img.shields.io/badge/Postman-Collection-orange)](https://evolution-api.com/postman)
@@ -46,12 +46,6 @@ Evolution API supports multiple types of connections to WhatsApp, enabling flexi
4646

4747
Evolution API supports various integrations to enhance its functionality. Below is a list of available integrations and their uses:
4848

49-
- [Typebot](https://typebot.io/):
50-
- Build conversational bots using Typebot, integrated directly into Evolution with trigger management.
51-
52-
- [Chatwoot](https://www.chatwoot.com/):
53-
- Direct integration with Chatwoot for handling customer service for your business.
54-
5549
- [RabbitMQ](https://www.rabbitmq.com/):
5650
- Receive events from the Evolution API via RabbitMQ.
5751

@@ -64,12 +58,6 @@ Evolution API supports various integrations to enhance its functionality. Below
6458
- [Socket.io](https://socket.io/):
6559
- Receive events from the Evolution API via WebSocket.
6660

67-
- [Dify](https://dify.ai/):
68-
- Integrate your Evolution API directly with Dify AI for seamless trigger management and multiple agents.
69-
70-
- [OpenAI](https://openai.com/):
71-
- Integrate your Evolution API with OpenAI for AI capabilities, including audio-to-text conversion, available across all Evolution integrations.
72-
7361
- Amazon S3 / Minio:
7462
- Store media files received in [Amazon S3](https://aws.amazon.com/pt/s3/) or [Minio](https://min.io/).
7563

0 commit comments

Comments
 (0)