From ed435e711332957c323953f87cf8baac79aa337e Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 4 Oct 2024 18:39:00 +0200 Subject: [PATCH] Address review feedback --- cmd/soroban-rpc/docker/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/soroban-rpc/docker/Makefile b/cmd/soroban-rpc/docker/Makefile index cab2fbbd..f9f6b4b0 100644 --- a/cmd/soroban-rpc/docker/Makefile +++ b/cmd/soroban-rpc/docker/Makefile @@ -26,12 +26,12 @@ endif BINARY_NAME ?= soroban-rpc ifndef TAG -# Set the TAG based on the value of BINARY_NAME -ifeq ($(BINARY_NAME),stellar-rpc) - TAG := stellar/stellar-rpc:$(SOROBAN_RPC_VERSION_PACKAGE_VERSION) -else - TAG := stellar/stellar-soroban-rpc:$(SOROBAN_RPC_VERSION_PACKAGE_VERSION) -endif + # Set the TAG based on the value of BINARY_NAME + ifeq ($(BINARY_NAME),stellar-rpc) + TAG := stellar/stellar-rpc:$(SOROBAN_RPC_VERSION_PACKAGE_VERSION) + else + TAG := stellar/stellar-soroban-rpc:$(SOROBAN_RPC_VERSION_PACKAGE_VERSION) + endif endif # TAG