|
|
|
@ -40,6 +40,6 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
context: ./
|
|
|
|
|
file: ./Dockerfile
|
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
push: true
|
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:${{ steps.get_version.outputs.VERSION }}
|
|
|
|
|