Skip to content

Updated the finder_api to use the predictions repo pattern #5513

Updated the finder_api to use the predictions repo pattern

Updated the finder_api to use the predictions repo pattern #5513

Workflow file for this run

name: Docker
on:
push:
paths-ignore:
- ".github/workflows/**"
- "*.md"
- "integration/**"
jobs:
docker:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build .