Updated dev.yml workflow to use this repo instead of the one this was forked from

This commit is contained in:
Nico Janzen
2024-02-04 22:31:55 +01:00
parent 0aff90a130
commit fb79251264

View File

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