From 31d0ec84f5add25ed03eb65e8614648b32bd7f76 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 1 Oct 2023 09:29:46 +0200 Subject: [PATCH] test --- .github/workflows/push-main-image-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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