Skip to content

Commit

Permalink
fix env regf
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort committed Jul 11, 2024
1 parent 094a0d3 commit b32f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
.PHONY: docker-build
docker-build: ## Build docker image with the manager.
docker build -t ${REGISTRY}/${IMG} --build-arg TARGETARCH=amd64 .
docker tag ${REGISTRY}/${IMG} $VERSION
docker tag ${REGISTRY}/${IMG} ${VERSION}

.PHONY: docker-push
docker-push: ## Push docker image with the manager.
Expand Down

0 comments on commit b32f6c6

Please sign in to comment.