Skip to content

Commit

Permalink
chore: Updated Docker image tag for v2.0.0 in publish workflow
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
dgcode-tec committed Jul 14, 2024
1 parent 585421c commit cb1921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb1921d

Please sign in to comment.