|
@ -47,7 +47,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
context: . |
|
|
context: . |
|
|
file: ./Dockerfile |
|
|
file: ./Dockerfile |
|
|
platforms: linux/amd64,linux/arm64,linux/386 |
|
|
|
|
|
|
|
|
platforms: linux/arm64 #,linux/386 |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
tags: ${{ steps.docker_meta.outputs.tags }} |
|
|
tags: ${{ steps.docker_meta.outputs.tags }} |
|
|
labels: ${{ steps.docker_meta.outputs.labels }} |
|
|
labels: ${{ steps.docker_meta.outputs.labels }} |