diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 82f619a1..0f81953d 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -113,5 +113,5 @@ jobs: - name: manually build if: ${{ github.event.inputs.app }} run: | - docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }} - docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }} \ No newline at end of file + docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }} + docker push gilbn/theme.park:${{ github.event.inputs.app }} \ No newline at end of file