Skip to content

Commit

Permalink
Fix dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Mar 21, 2024
1 parent 73e7e8a commit 55faf9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
include:
- name: refsearch-backend
context: .
file: ./backend.Dockerfile
file: "{context}/backend.Dockerfile"
target: api-runner
- name: refsearch-runner
context: .
file: ./backend.Dockerfile
file: "{context}/backend.Dockerfile"
target: job-runner
- name: refsearch-frontend
context: .
file: ./frontend.Dockerfile
file: "{context}/frontend.Dockerfile"
target: runner
- name: refsearch-rminer
context: ./tools/refactoringminer
file: ./Dockerfile
file: "{context}/Dockerfile"
target: runner
- name: refsearch-refdiff
context: ./tools/refdiff
file: ./Dockerfile
file: "{context}/Dockerfile"
target: runner
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 55faf9d

Please sign in to comment.