diff --git a/Makefile b/Makefile index 939ca0212..c175034ba 100644 --- a/Makefile +++ b/Makefile @@ -184,8 +184,8 @@ lint-go: hack/lint-go.sh lint-admin-portal: - docker build --platform=linux/amd64 --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.portal_lint . -t $(REGISTRY)/linter:latest --no-cache - docker run --platform=linux/amd64 -t --rm $(REGISTRY)/linter:latest + docker build --platform=linux/amd64 --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.portal_lint . -t linter:latest --no-cache + docker run --platform=linux/amd64 -t --rm linter:latest test-python: pyenv az . pyenv/bin/activate && \