BEAT TEST - Added Readarr Support (completely untested)

This commit is contained in:
Benjamin Harder
2024-02-18 22:41:32 +01:00
parent 87999f5b37
commit 75670d9a90
7 changed files with 53 additions and 10 deletions

View File

@@ -49,10 +49,4 @@ jobs:
run: |
docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:latest -f docker/Dockerfile --push .
# - name: "Build, Tag, and push the Docker image"
# env:
# IMAGE_NAME: ghcr.io/manimatter/decluttarr
# IMAGE_TAG: latest
# run: |
# docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME:$IMAGE_TAG -f docker/Dockerfile --push .