Skip to content

Commit db66dc2

Browse files
committed
fix dockerfile path
1 parent 5fae7a1 commit db66dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ghcr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/build-push-action@v5
3939
with:
4040
context: .
41-
file: Dockerfile
41+
file: ../../SolutionAnalyzer.Mcp/Dockerfile
4242
push: true
4343
tags: |
4444
ghcr.io/${{ steps.repo_owner.outputs.repo_owner_lc }}/solution-analyzer:latest

0 commit comments

Comments
 (0)