From cb1921d28c7a357c71f8db359126fb8857593a7d Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sun, 14 Jul 2024 12:27:56 -0300 Subject: [PATCH] chore: Updated Docker image tag for v2.0.0 in publish workflow This commit updates the Docker image tag from 'v2.0.0-alpha' to 'v2.0.0-beta' in the 'publish\_docker\_image\_v2.yml' workflow file. The change aims to reflect the progress of the version towards a more stable release. The main file affected by this change is '.github/workflows/publish\_docker\_image\_v2.yml'. --- .github/workflows/publish_docker_image_v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker_image_v2.yml b/.github/workflows/publish_docker_image_v2.yml index 8a941b3f..98221c33 100644 --- a/.github/workflows/publish_docker_image_v2.yml +++ b/.github/workflows/publish_docker_image_v2.yml @@ -21,7 +21,7 @@ jobs: uses: docker/metadata-action@v5 with: images: atendai/evolution-api - tags: v2.0.0-alpha + tags: v2.0.0-beta - name: Set up QEMU uses: docker/setup-qemu-action@v3