Update docker-image.yml

Correctly reference dockerfile
This commit is contained in:
John Edwards 2023-10-01 10:54:38 +01:00 committed by GitHub
parent 33ef689fc0
commit 020dcf42c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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