This commit is contained in:
2025-11-29 22:23:37 +05:30
parent 27abc56a00
commit 04d988c584

View File

@@ -16,22 +16,22 @@ volumes:
path: /var/run/docker.sock path: /var/run/docker.sock
steps: steps:
# # ----------------------------------------------------- # -----------------------------------------------------
# # 3. Build Nakama Docker image # 3. Build Nakama Docker image
# # ----------------------------------------------------- # -----------------------------------------------------
# - name: build-image - name: build-image
# image: docker:24 image: docker:24
# volumes: volumes:
# - name: dockersock - name: dockersock
# path: /var/run/docker.sock path: /var/run/docker.sock
# commands: commands:
# - IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n') - IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
#
# - 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:latest \ -t lila-games/nakama-server:latest \
# /drone/src /drone/src
# #
# ----------------------------------------------------- # -----------------------------------------------------
# 5. Stop old Nakama container # 5. Stop old Nakama container