CS2/.github/workflows/docker-image.yml
John Edwards 020dcf42c0
Update docker-image.yml
Correctly reference dockerfile
2023-10-01 10:54:38 +01:00

18 lines
307 B
YAML

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file bullseye/Dockerfile --tag joedwards32/cs2:latest