Review + Merge of ARM Support and Readme Cleanup (contributions by craggles17 and Fxsch)

This commit is contained in:
Benjamin Harder
2024-02-17 14:43:16 +01:00
parent 327bb0b0db
commit a901314274
5 changed files with 40 additions and 55 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: "Build, Tag, and push the Docker image"
env:
IMAGE_NAME: ghcr.io/fxsch/decluttarr
IMAGE_NAME: ghcr.io/manimatter/decluttarr
IMAGE_TAG: dev
run: |
docker build -f docker/Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .