Update and rename docker-image.yml to VerifyModelOperational.yml

This commit is contained in:
quandanrepo 2023-09-10 16:16:51 +01:00 committed by GitHub
parent 050768acf4
commit 10da1ea5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Build Prediction Testing Image
name: Build and test model using a dummy prediction pipeline
on:
push:
@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run:
run: |
ls
docker build . --file Dockerfile --tag my-image-name:$(date +%s)
cd modules/ml-pipeline/src/pipeline/
docker build . --file Prediction.Dockerfile --tag my-image-name:$(date +%s)