diff --git a/.github/workflows/deploy-jm.yml b/.github/workflows/deploy-jm.yml index 6f847763ffe..8d5eb7d3a31 100644 --- a/.github/workflows/deploy-jm.yml +++ b/.github/workflows/deploy-jm.yml @@ -2,7 +2,6 @@ name: Docker Build and Push to GHCR on: workflow_dispatch: - push: branches: - jm-production @@ -11,7 +10,6 @@ jobs: deploy-gh-runner-aci: runs-on: ubuntu-latest steps: - # checkout the repo - name: 'Checkout GitHub Action' uses: actions/checkout@v4 with: @@ -31,8 +29,9 @@ jobs: uses: docker/build-push-action@v4 with: context: . + file: dockerfile.multi push: true tags: ghcr.io/jmaddington/librechat:latest - name: Log out from Docker Hub - run: docker logout ghcr.io + run: docker logout ghcr.io \ No newline at end of file