feature: use REGISTRY_IP variable in Makefile

This commit is contained in:
RouxAntoine 2023-03-23 23:08:38 +01:00
parent 96c3b6ed9a
commit 6d07c77d91
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ VERBOSITY=debug
## 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)
## management