fix: local minikube image build

This commit is contained in:
gmega 2025-01-20 15:21:29 -03:00
parent 02f680a91d
commit 6978b7ef28
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -35,7 +35,7 @@ image-test:
docker build -t bittorrent-benchmarks:test -f ./docker/bittorrent-benchmarks.Dockerfile .
image-minikube:
eval $(minikube docker-env)
eval $$(minikube docker-env) && \
docker build -t bittorrent-benchmarks:minikube \
--build-arg BUILD_TYPE="release" \
-f ./docker/bittorrent-benchmarks.Dockerfile .