Skip to content

feat: add ping packet handling for connection actor #121

feat: add ping packet handling for connection actor

feat: add ping packet handling for connection actor #121

Workflow file for this run

name: Build and push to DockerHub
on:
push:
branches:
- v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ./
push: true
tags: ghcr.io/mindustrytool/player-connect-server-rust:latest