Repair docker_image_ci.yml
This commit is contained in:
parent
18e8752047
commit
78d1197210
4
.github/workflows/docker_image_ci.yml
vendored
4
.github/workflows/docker_image_ci.yml
vendored
@ -16,4 +16,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the Docker image
|
||||
run: docker build . -f ./setup_files/Dockerfile
|
||||
run: |
|
||||
cd setup_files
|
||||
docker build . -f Dockerfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user