|
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|
|
|
|
# ghcr.io/${{ github.repository }}
|
|
|
|
|
|
|
|
|
|
- name: Build and push Docker images
|
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|
|
uses: docker/build-push-action@v4
|
|
|
|
|
with:
|
|
|
|
|
context: .
|
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7 #,linux/arm/v6, linux/386, linux/ppc64le,linux/s390x
|
|
|
|
|
|