Skip to content

Commit

Permalink
Fix path to Dockerfile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kspaceKelvin committed Mar 6, 2025
1 parent e744a6a commit 4f4bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build and push devcontainer stage
uses: docker/build-push-action@v6
with:
file: Dockerfile
file: docker/Dockerfile
target: python-mrd-devcontainer
push: true
tags: |
Expand Down

0 comments on commit 4f4bd4c

Please sign in to comment.