Skip to content

Commit

Permalink
Merge pull request #261 from tigergraph/dev
Browse files Browse the repository at this point in the history
buid(onprem-build): build latest image for chat-history and ui
  • Loading branch information
RobRossmiller-TG authored Aug 13, 2024
2 parents ac7763b + f81ae67 commit adaaa31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/onprem-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,26 @@ jobs:
${{ env.IMAGE }}
tigergraphml/ecc:latest
- name: Build and push Docker image chat-history
uses: docker/build-push-action@v5
with:
context: chat-history/
file: ./chat-history/Dockerfile
push: true
tags: |
${{ env.IMAGE }}
tigergraphml/chat-history:latest
- name: Build and push Docker image copilot-ui
uses: docker/build-push-action@v5
with:
context: copilot-ui/
file: ./copilot-ui/Dockerfile
push: true
tags: |
${{ env.IMAGE }}
tigergraphml/copilot-ui:latest
- name: Set SSH key
run: |
mkdir -p ~/.ssh
Expand Down

0 comments on commit adaaa31

Please sign in to comment.