Fix Makefile make docker (#641)

Fix #640

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/641
This commit is contained in:
Lunny Xiao 2025-01-29 03:27:47 +00:00
parent 8dfb805c62
commit 3510152e36

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 ./...