fixes
This commit is contained in:
32
.drone.yml
32
.drone.yml
@@ -16,22 +16,22 @@ volumes:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
steps:
|
||||
# # -----------------------------------------------------
|
||||
# # 3. Build Nakama Docker image
|
||||
# # -----------------------------------------------------
|
||||
# - name: build-image
|
||||
# image: docker:24
|
||||
# volumes:
|
||||
# - name: dockersock
|
||||
# path: /var/run/docker.sock
|
||||
# commands:
|
||||
# - IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
|
||||
#
|
||||
# - echo "🔨 Building Nakama image lila-games/nakama-server:latest"
|
||||
# - |
|
||||
# docker build --network=host \
|
||||
# -t lila-games/nakama-server:latest \
|
||||
# /drone/src
|
||||
# -----------------------------------------------------
|
||||
# 3. Build Nakama Docker image
|
||||
# -----------------------------------------------------
|
||||
- name: build-image
|
||||
image: docker:24
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
|
||||
|
||||
- echo "🔨 Building Nakama image lila-games/nakama-server:latest"
|
||||
- |
|
||||
docker build --network=host \
|
||||
-t lila-games/nakama-server:latest \
|
||||
/drone/src
|
||||
#
|
||||
# -----------------------------------------------------
|
||||
# 5. Stop old Nakama container
|
||||
|
||||
Reference in New Issue
Block a user