Fix Makefile make docker

This commit is contained in:
Lunny Xiao 2025-01-24 12:30:08 -08:00
parent a7080f5457
commit 0ebf0c7bf9
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -170,7 +170,6 @@ docker:
ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \
fi; \
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) .
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless .
clean:
$(GO) clean -x -i ./...