From ebc78d63ac8434d51f07629a7c1163b1161aef96 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 3 Jul 2024 18:01:34 -0300 Subject: [PATCH] chore: Update GitHub Actions workflow in v2.0.0 Update to the GitHub Actions workflow in the v2.0.0 branch. This change modifies the `.github/workflows/publish_docker_image_v2.yml` file, which is part of the CI/CD pipeline for publishing Docker images. The specific modifications and their impact are not detailed in the provided information. --- .github/workflows/publish_docker_image_v2.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker_image_v2.yml b/.github/workflows/publish_docker_image_v2.yml index 8a941b3f..3aaa9531 100644 --- a/.github/workflows/publish_docker_image_v2.yml +++ b/.github/workflows/publish_docker_image_v2.yml @@ -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 }}