Update docker-image.yml
Correctly reference dockerfile
This commit is contained in:
parent
33ef689fc0
commit
020dcf42c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue