Skip to content

Fix a threading bug in the way Mongo connections are handed out #119

Fix a threading bug in the way Mongo connections are handed out

Fix a threading bug in the way Mongo connections are handed out #119

Workflow file for this run

name: AMD64 Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_LOGIN_USERNAME }}
password: ${{ secrets.DOCKER_LOGIN_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
target: runtime
tags: ${{ secrets.DOCKER_LOGIN_USERNAME }}/creature-server:amd64