mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-20 00:28:04 +08:00
Update build tags for sqlite_unlock_notify (#5144)
This commit is contained in:
2
docker/Makefile
vendored
2
docker/Makefile
vendored
@ -8,7 +8,7 @@ DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
|
||||
.PHONY: docker
|
||||
docker:
|
||||
docker build --disable-content-trust=false -t $(DOCKER_REF) .
|
||||
# support also build args docker build --build-arg GITEA_VERSION=v1.2.3 --build-arg TAGS="bindata sqlite" .
|
||||
# support also build args docker build --build-arg GITEA_VERSION=v1.2.3 --build-arg TAGS="bindata sqlite sqlite_unlock_notify" .
|
||||
|
||||
.PHONY: docker-build
|
||||
docker-build:
|
||||
|
Reference in New Issue
Block a user