Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Jan 28, 2024
1 parent 1769980 commit 60becdb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_deploy_image.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build, Push, and Deploy Chat Langchain
name: Build, Push, and Deploy Open GPTS

on:
push:
branches: [main]
branches: [main, infra/update-dockerfile]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -33,6 +33,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags:
- docker.io/langchain/open-gpts:${{ env.GIT_SHORT_SHA }}
- docker.io/langchain/open-gpts:latest
tags: [docker.io/langchain/open-gpts:${{ env.GIT_SHORT_SHA }}, docker.io/langchain/open-gpts:latest]

0 comments on commit 60becdb

Please sign in to comment.