mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-18 03:54:48 +00:00
Compare commits
2 Commits
v0.2.13
...
ed617a9afd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed617a9afd | ||
|
|
0ebf0c7bf9 |
1
Makefile
1
Makefile
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user