Skip to content

fix: move mods/config back to the engine directories #106

fix: move mods/config back to the engine directories

fix: move mods/config back to the engine directories #106

Workflow file for this run

name: Validate Docker Image 🐳
on:
push:
branches-ignore:
- main
- beta
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Docker Buildx 🛠️
uses: docker/setup-buildx-action@v3
- name: Build Docker Image 🐳
uses: docker/build-push-action@v6
env:
GAME: cstrike
with:
context: .
build-args: GAME=cstrike