feature: use REGISTRY_IP variable in Makefile
This commit is contained in:
parent
96c3b6ed9a
commit
6d07c77d91
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ VERBOSITY=debug
|
|||||||
## build
|
## build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker manifest rm docker.registry:5000/filebeat:latest || true
|
docker manifest rm $(REGISTRY_IP):5000/filebeat:latest || true
|
||||||
docker-multi-arch-builder build -n filebeat --platforms $(PLATFORM) -v $(VERBOSITY)
|
docker-multi-arch-builder build -n filebeat --platforms $(PLATFORM) -v $(VERBOSITY)
|
||||||
|
|
||||||
## management
|
## management
|
||||||
|
Loading…
Reference in New Issue
Block a user