Skip to content

Commit

Permalink
chore: Update GitHub actions workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgcode-tec committed Jul 3, 2024
1 parent ebc78d6 commit b3a0899
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 b3a0899

Please sign in to comment.