Skip to content

Commit

Permalink
change dockerfile path in dev cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jul 30, 2024
1 parent 95e64e7 commit 640b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment/burn_backend/dev_cloudbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
args:
- "build"
- "--tag=us-central1-docker.pkg.dev/dse-nps/burn-backend-dev/dev:latest"
- "--file=.deployment/prod.Dockerfile"
- "--file=.deployment/burn_backend/prod.Dockerfile"
- "--no-cache"
- "."

Expand Down

0 comments on commit 640b54e

Please sign in to comment.