Repair docker_image_ci.yml

This commit is contained in:
hodanov 2023-10-20 09:37:48 +09:00
parent 18e8752047
commit 78d1197210

View File

@ -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