Skip to content

Commit

Permalink
Update docker repo deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-loss committed Mar 23, 2024
1 parent 752dd79 commit 73273f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build and Push Docker image
run: |
docker build -t gcr.io/neemar/churn-prediction-service:${{ github.sha }} .
docker push gcr.io/neemar/churn-prediction-service:${{ github.sha }}
docker build -t asia-south1-docker.pkg.dev/data-science-project-418009/dockerregistry/churn-prediction-service:${{ github.sha }} .
docker push asia-south1-docker.pkg.dev/data-science-project-418009/dockerregistry/churn-prediction-service:${{ github.sha }}
- name: Configure kubectl
run: |
Expand Down

0 comments on commit 73273f3

Please sign in to comment.