Skip to content

Commit

Permalink
try full path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Nov 24, 2023
1 parent 22644b4 commit af46846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: build and push
with:
image-name: "preservation-api"
dockerfile: "./Preservation.API/Dockerfile"
dockerfile: "./LeedsExperiment/Preservation.API/Dockerfile"
context: "./LeedsExperiment/"
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: ./.github/actions/docker-build-and-push
with:
image-name: "dashboard"
dockerfile: "./Dashboard/Dockerfile"
dockerfile: "./LeedsExperiment/Dashboard/Dockerfile"
context: "./LeedsExperiment/"
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit af46846

Please sign in to comment.