Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#2334 from justinsb/no_prefix_o…
Browse files Browse the repository at this point in the history
…n_operator_image

chore: don't add cnrm prefix to the operator image path
  • Loading branch information
google-oss-prow[bot] authored Jul 23, 2024
2 parents 99422c4 + cc5e9b4 commit 253bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export WEBHOOK_IMG=${IMAGE_PREFIX}webhook:${SHORT_SHA}
export DELETION_DEFENDER_IMG=${IMAGE_PREFIX}deletiondefender:${SHORT_SHA}
export UNMANAGED_DETECTOR_IMG=${IMAGE_PREFIX}unmanageddetector:${SHORT_SHA}

export OPERATOR_IMG=${IMAGE_PREFIX}cnrm/operator:${SHORT_SHA}
export OPERATOR_IMG=${IMAGE_PREFIX}operator:${SHORT_SHA}

cd ${REPO_ROOT}
make docker-build
Expand Down

0 comments on commit 253bbdf

Please sign in to comment.