Skip to content

Commit 3510152

Browse files
author
Lunny Xiao
committed
Fix Makefile make docker (#641)
Fix #640 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/641
1 parent 8dfb805 commit 3510152

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ docker:
170170
ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \
171171
fi; \
172172
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) .
173-
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless .
174173

175174
clean:
176175
$(GO) clean -x -i ./...

0 commit comments

Comments
 (0)