Skip to content

Commit

Permalink
Merge pull request #48 from McGill-MMA-EnterpriseAnalytics/aladelca-p…
Browse files Browse the repository at this point in the history
…atch-14

Update predict.yml
  • Loading branch information
aladelca authored Apr 26, 2024
2 parents 3e482f4 + 95f8e0d commit f1c2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
REPOSITORY: enterprise_datascience
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f model_pipeline/predict/Dockerfile.predict .
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f 09_model_pipeline/predict/Dockerfile.predict .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG

0 comments on commit f1c2b0f

Please sign in to comment.