Skip to content

Commit

Permalink
Merge pull request #676 from EvolutionAPI/DavidsonGomes-patch-2
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 418ca97 + 5c6b70f commit 549ecd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_docker_image_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 549ecd8

Please sign in to comment.