Skip to content

Commit

Permalink
update build-push-action and add support for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Aug 1, 2023
1 parent bca2c38 commit 63de700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: 'Build and push ${{ matrix.name }}'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ${{ matrix.dockerfile }}
platforms: 'linux/amd64'
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ matrix.tags }}

0 comments on commit 63de700

Please sign in to comment.