Skip to content

Commit

Permalink
Test: Update deploy-jm.yml to specify dockerfile.multi
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington authored Dec 21, 2024
1 parent 31a1e23 commit 032c661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-jm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Docker Build and Push to GHCR

on:
workflow_dispatch:

push:
branches:
- jm-production
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 032c661

Please sign in to comment.