Skip to content

docs: add header for building #86

docs: add header for building

docs: add header for building #86

Workflow file for this run

name: Build Docker Image
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Set up Docker Buildx 🛠️
uses: docker/setup-buildx-action@v1
- name: Build Docker Image 🐳
uses: docker/build-push-action@v2
env:
GAME: cstrike
with:
context: .