We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae7a1 commit db66dc2Copy full SHA for db66dc2
.github/workflows/docker-ghcr-release.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/build-push-action@v5
39
with:
40
context: .
41
- file: Dockerfile
+ file: ../../SolutionAnalyzer.Mcp/Dockerfile
42
push: true
43
tags: |
44
ghcr.io/${{ steps.repo_owner.outputs.repo_owner_lc }}/solution-analyzer:latest
0 commit comments