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

View File

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