diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index cd61bc9..bdc8837 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -26,8 +26,6 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - - - uses: actions/checkout@v2 with: fetch-depth: '0' @@ -37,7 +35,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true - # - 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