diff --git a/.github/workflows/onprem-build.yaml b/.github/workflows/onprem-build.yaml index 4005fee2..20616411 100644 --- a/.github/workflows/onprem-build.yaml +++ b/.github/workflows/onprem-build.yaml @@ -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