Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ generate: controller-gen

# Build the docker image
docker-build: test
docker build . -t ${IMG}
docker build . -t ${WORKERIMG} --file Dockerfile.worker
docker build -f ./controllers/Dockerfile . -t ${IMG}
docker build -f ./worker/Dockerfile.worker . -t ${WORKERIMG}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename this file to ./worker/Dockerfile since now we have it in its own subdirectory.

@echo "updating kustomize image patch file for manager resource"
sed -i'' -e 's@image: .*@image: '"${IMG}"'@' ./config/default/manager_image_patch.yaml

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.