mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 01:54:06 +02:00
Updated dev.yml workflow to use this repo instead of the one this was forked from
This commit is contained in:
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user