diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index a4d4575..d50afbf 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -36,7 +36,7 @@ jobs: with: production-branch: main - - name: 'Build Inventory Image' - run: | - docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest - docker push ghcr.io/manimatter/decluttarr:latest \ No newline at end of file + # - name: 'Build Inventory Image' + # run: | + # docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest + # docker push ghcr.io/manimatter/decluttarr:latest \ No newline at end of file