|
@ -41,7 +41,7 @@ jobs: |
|
|
uses: docker/build-push-action@v3 |
|
|
uses: docker/build-push-action@v3 |
|
|
with: |
|
|
with: |
|
|
context: . |
|
|
context: . |
|
|
platforms: linux/amd64,linux/arm64 |
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7 |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
labels: ${{ steps.meta.output.labels }} |
|
|
labels: ${{ steps.meta.output.labels }} |
|
|