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.
This commit is contained in:
Davidson Gomes 2024-07-03 18:01:34 -03:00
parent 7e48f1bba1
commit ebc78d63ac

View File

@ -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 }}