mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-02-10 11:48:43 +01:00
Fix Makefile make docker (#641)
Fix #640 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/641
This commit is contained in:
parent
8dfb805c62
commit
3510152e36
1
Makefile
1
Makefile
@ -170,7 +170,6 @@ docker:
|
|||||||
ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \
|
ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \
|
||||||
fi; \
|
fi; \
|
||||||
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) .
|
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) .
|
||||||
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless .
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(GO) clean -x -i ./...
|
$(GO) clean -x -i ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user