Skip to content

Commit

Permalink
dockerfile paths in action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Nov 24, 2023
1 parent 3eb228c commit b10d3f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
image-name: "preservation-api"
dockerfile: "./Preservation.API/Dockerfile"
context: "LeedsExperiment"
context: "LeedsExperiment/"
github-token: ${{ secrets.GITHUB_TOKEN }}

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


0 comments on commit b10d3f5

Please sign in to comment.