proper pipeline

This commit is contained in:
2025-11-30 01:26:56 +05:30
parent e8e2419537
commit 9584f432bb

View File

@@ -81,6 +81,7 @@ steps:
- echo "🔨 Building Nakama image lila-games/nakama-server:latest" - echo "🔨 Building Nakama image lila-games/nakama-server:latest"
- | - |
docker build --network=host \ docker build --network=host \
-t lila-games/nakama-server:$IMAGE_TAG \
-t lila-games/nakama-server:latest \ -t lila-games/nakama-server:latest \
/drone/src /drone/src
@@ -160,5 +161,3 @@ steps:
trigger: trigger:
event: event:
- tag - tag
- push
- custom