Skip to content

Commit

Permalink
Fix Action path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 2, 2023
1 parent 58a49b2 commit e6a4f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build the image for testing
uses: docker/build-push-action@v4
with:
context: ./Docker/simple
context: .
file: ./docker/simple/Dockerfile
load: true
tags: asreview/asreview:test
- name: Test the built image
Expand Down

0 comments on commit e6a4f9c

Please sign in to comment.