Skip to content

chore: change model names #13

chore: change model names

chore: change model names #13

name: CI - Build Ichigo Image
on:
pull_request:
branches:
- main
paths:
- "api/**"
- .github/workflows/template-docker.yaml
jobs:
build-docker-x64:
uses: ./.github/workflows/template-docker.yaml
secrets: inherit
with:
runs-on: ubuntu-latest
docker-file: api/Dockerfile
context: api
is_push: false
readme-file: ./README.md
docker-repo-name: menloltd/ichigo
tags: menloltd/ichigo:${{ github.sha }}