|
|
@@ -115,7 +115,7 @@ jobs:
|
|
|
context: .
|
|
|
file: ./Dockerfile
|
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
|
- platforms: linux/amd64,linux/arm/v7,linux/arm64
|
|
|
+ platforms: linux/amd64
|
|
|
tags: ${{ steps.prep.outputs.tags }}
|
|
|
push: ${{ steps.prep.outputs.push_image }}
|
|
|
labels: |
|