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'.
This commit is contained in:
Davidson Gomes 2024-07-14 12:27:56 -03:00
parent 585421c514
commit cb1921d28c

View File

@ -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