ML/.github/workflows/VerifyModelOperational.yml

21 lines
421 B
YAML

name: Build and test model using a dummy prediction pipeline
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
ls
cd modules/ml-pipeline/src/pipeline/
docker build . --file Prediction.Dockerfile --tag my-image-name:$(date +%s)