From 980de31b051af6025126b014d4a330162fcb0404 Mon Sep 17 00:00:00 2001 From: Afireal Date: Tue, 10 Feb 2026 23:54:38 +0500 Subject: [PATCH] update uri --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0b3095..62d5387 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ .PHONY: build upload build: - docker build -t dotnet-node:latest . + docker build -t code.nogamenolife.ru/vault/dotnet-node:latest . upload: build - docker tag dotnet-node:latest code.nogamenolife.ru/vault/dotnet-node:latest docker push code.nogamenolife.ru/vault/dotnet-node:latest