Skip to content

Commit

Permalink
Merge branch 'release/1.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed May 27, 2024
2 parents 25ce1a4 + 3a5cfbf commit 1284a97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: atendai/evolution-api
tags: |
type=semver,pattern=v{{version}}
tags: type=semver,pattern=v{{version}}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/publish_docker_image_homolog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Docker image Homolog
name: Build Docker image

on:
push:
Expand All @@ -21,16 +21,15 @@ jobs:
uses: docker/metadata-action@v5
with:
images: atendai/evolution-api
tags: |
type=semver,pattern=homolog
tags: homlog

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -46,4 +45,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.8.0 (develop)
# 1.8.0 (2024-05-27 16:10)

### Feature

Expand Down

0 comments on commit 1284a97

Please sign in to comment.