diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 13de65f..6e401b1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,6 +15,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image - run: | - cd LearnCollectInst.Api - docker build . --file Dockerfile --tag learncollectinst.api:$(date +%s) + run: docker build . --file ./LearnCollectInst.Api/Dockerfile --tag learncollectinst.api:$(date +%s)