diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index c528cd8..d62b18f 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -28,6 +28,6 @@ jobs: - name: 'Build Inventory Image' run: | - # docker build . --tag ghcr.io/ManiMatter/decluttarr:latest - docker build docker/Dockerfile --tag ghcr.io/ManiMatter/decluttarr:latest - docker push ghcr.io/ManiMatter/decluttarr:latest + # docker build . --tag ghcr.io/manimatter/decluttarr:latest + docker build docker/Dockerfile --tag ghcr.io/manimatter/decluttarr:latest + docker push ghcr.io/manimatter/decluttarr:latest