From b3a0899f4f3df848013b0c78c3c8402b99973989 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 3 Jul 2024 18:04:52 -0300 Subject: [PATCH] chore: Update GitHub actions workflow Update the GitHub actions workflow file to improve the CI/CD pipeline. The changes include modifying the existing `publish_docker_image_v2.yml` file. These changes ensure the project's version 2.0.0 remains up-to-date and compatible with the latest GitHub actions and Docker image publishing process. --- .github/workflows/publish_docker_image_v2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker_image_v2.yml b/.github/workflows/publish_docker_image_v2.yml index 3aaa9531..8a941b3f 100644 --- a/.github/workflows/publish_docker_image_v2.yml +++ b/.github/workflows/publish_docker_image_v2.yml @@ -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 }}