Skip to content

Commit

Permalink
docker_build_and_push_to_dockerhub_test amd64+arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jan 3, 2024
1 parent 4afda78 commit 067fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
tags: |
${{ secrets.DOCKER_USERNAME }}/pdb-images:${{ github.ref_name }}
Expand Down

0 comments on commit 067fdcc

Please sign in to comment.