Update docker-image.yml

Set current working directory so that relative paths in Dockerfile are correct
This commit is contained in:
John Edwards 2023-10-01 10:58:08 +01:00 committed by GitHub
parent 020dcf42c0
commit 42cac27b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file bullseye/Dockerfile --tag joedwards32/cs2:latest
working-directory: ./bullseye
run: docker build . --file Dockerfile --tag joedwards32/cs2:latest