Skip to content

Commit

Permalink
Fix Dockerfile Location (#1595)
Browse files Browse the repository at this point in the history
* fix dockerfile location for cloud build branch builds
  • Loading branch information
runewake2 committed Mar 22, 2021
1 parent 57e578e commit 12b625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/branch/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ steps:

# build docker image
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/kpt:${BRANCH_NAME}', '.' ]
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/kpt:${BRANCH_NAME}', '-f', 'release/Dockerfile', '.' ]
dir: 'kpt'

# push the container image
Expand Down

0 comments on commit 12b625f

Please sign in to comment.