Skip to content

Commit

Permalink
fix path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
max-unfinity authored Sep 21, 2023
1 parent ed47d04 commit 313e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: Dockerfile
file: docker/Dockerfile
tags: supervisely/${{ env.REPOSITORY_NAME }}:${{ github.event.inputs.tag_version }}

0 comments on commit 313e20b

Please sign in to comment.