diff --git a/.github/workflows/docker-image.yml b/.github/workflows/VerifyModelOperational.yml similarity index 51% rename from .github/workflows/docker-image.yml rename to .github/workflows/VerifyModelOperational.yml index 95e76fe..fbf501d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/VerifyModelOperational.yml @@ -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)