diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 61d53b8..5072835 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -14,7 +14,7 @@ jobs: name: build and push with: image-name: "preservation-api" - dockerfile: "Dockerfile" + dockerfile: "./LeedsExperiment/Preservation.API/Dockerfile" context: "./LeedsExperiment/Preservation.API" github-token: ${{ secrets.GITHUB_TOKEN }} @@ -25,7 +25,7 @@ jobs: - uses: ./.github/actions/docker-build-and-push with: image-name: "dashboard" - dockerfile: "Dockerfile" + dockerfile: "./LeedsExperiment/Dashboard/Dockerfile" context: "./LeedsExperiment/Dashboard" github-token: ${{ secrets.GITHUB_TOKEN }}