Skip to content

Commit

Permalink
Specify build context
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Jun 25, 2024
1 parent 874d99b commit 8ad083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# python -m build --no-isolation --wheel

- name: Build Docker Image
run: docker build -f Dockerfile.build -t sDNA_manylinux_Wheel_builder
run: docker build --file Dockerfile.build --tag sDNA_manylinux_Wheel_builder .

- name: Run Docker Container from image
run: docker run --rm -v ..:. sDNA_manylinux_Wheel_builder
Expand Down

0 comments on commit 8ad083d

Please sign in to comment.