Skip to content

chore(deps): bump openai from 1.30.1 to 1.30.3 in /apps/api #154

chore(deps): bump openai from 1.30.1 to 1.30.3 in /apps/api

chore(deps): bump openai from 1.30.1 to 1.30.3 in /apps/api #154

Workflow file for this run

name: App Build
on:
push:
paths:
- "**"
pull_request:
paths:
- "**"
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t learnhouse .
working-directory: .