Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Jan 24, 2025
1 parent e6ed85b commit cb383c2
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 @@ -129,7 +129,7 @@ run: manifests generate fmt vet ## Run a controller from your host.

.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
docker build -t ${IMG} .
docker build -t ${IMG} . --build-arg ACCESS_TOKEN=${ACCESS_TOKEN}

# Build image for redhat certification
.PHONY: docker-build-redhat
Expand Down

0 comments on commit cb383c2

Please sign in to comment.