CS2/.github/workflows/docker-image.yml
John Edwards 42cac27b71
Update docker-image.yml
Set current working directory so that relative paths in Dockerfile are correct
2023-10-01 10:58:08 +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: ./bullseye
run: docker build . --file Dockerfile --tag joedwards32/cs2:latest