Update docker-image.yml
Set current working directory so that relative paths in Dockerfile are correct
This commit is contained in:
parent
020dcf42c0
commit
42cac27b71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue