CS2/.github/workflows/docker-image.yml
John Edwards 573abc9a49 Migrate from bullseye to bookworm
* Pin bookworm explicitly in parent container image tags
* Update references to bullseye
2024-10-11 17:12:32 +01:00

19 lines
334 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
working-directory: ./bookworm
run: docker build . --file Dockerfile --tag joedwards32/cs2:latest