diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 335a617..3798e4c 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -29,4 +29,4 @@ jobs: - name: 'Build Inventory Image' run: | docker build -f docker/Dockerfile . --tag ghcr.io/manimatter/decluttarr:latest - docker push ghcr.io/manimatter/decluttarr:latest + docker push ghcr.io/manimatter/decluttarr:latest \ No newline at end of file