Skip to content

Commit

Permalink
chore: fix cloudbuild dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Oct 12, 2023
1 parent 122e1da commit b0ef2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/prod/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
"--build-arg",
"TAG_VERSION=${_IMAGE_TAG}",
"-f",
"secret_setup.Dockerfile",
"cloudbuild/secret_setup.Dockerfile",
"-t",
"gcr.io/$PROJECT_ID/logflare_app:${_IMAGE_TAG}",
"-t",
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/staging/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
"--build-arg",
"TAG_VERSION=${_IMAGE_TAG}",
"-f",
"secret_setup.Dockerfile",
"cloudbuild/secret_setup.Dockerfile",
"-t",
"${_CONTAINER_IMAGE}",
"-t",
Expand Down

0 comments on commit b0ef2e3

Please sign in to comment.