Skip to content

Commit 43c6763

Browse files
committed
fix: Specify Dockerfile in release workflow
- Added the Dockerfile path to the release workflow to ensure proper context for the build process.
1 parent b0a77de commit 43c6763

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- uses: docker/build-push-action@v5
9393
with:
9494
context: .
95+
file: src/ClaudeCodeProxy.Host/Dockerfile
9596
platforms: linux/amd64,linux/arm64
9697
push: true
9798
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)