Skip to content

Commit

Permalink
Merge pull request #675 from EvolutionAPI/DavidsonGomes-patch-1
Browse files Browse the repository at this point in the history
Update publish_docker_image_v2.yml
  • Loading branch information
DavidsonGomes authored Jul 3, 2024
2 parents b8fe560 + 3d62096 commit 418ca97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docker_image_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 418ca97

Please sign in to comment.