Skip to content

Fix: Ensure existing files are updated accordingly. #122

Fix: Ensure existing files are updated accordingly.

Fix: Ensure existing files are updated accordingly. #122

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: ./container
build-args: GAME=cstrike