diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 511dade..335a617 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -28,5 +28,5 @@ jobs: - name: 'Build Inventory Image' run: | - docker build docker/. --tag ghcr.io/manimatter/decluttarr:latest + docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest docker push ghcr.io/manimatter/decluttarr:latest