From ae5628f370d9fced26f6cb02ec9b822ea64ac3cb Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 30 Nov 2025 01:26:56 +0530 Subject: [PATCH] proper pipeline --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 56052e6..4abad0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,6 +81,7 @@ steps: - echo "🔨 Building Nakama image lila-games/nakama-server:latest" - | docker build --network=host \ + -t lila-games/nakama-server:$IMAGE_TAG \ -t lila-games/nakama-server:latest \ /drone/src @@ -160,5 +161,3 @@ steps: trigger: event: - tag - - push - - custom