Skip to content

Commit 4a359d6

Browse files
fix docker build
1 parent 0f07045 commit 4a359d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: build-and-push
6666
uses: docker/build-push-action@v6
6767
with:
68-
context: ./Sherlog.Server
68+
context: .
6969
push: ${{ github.event_name != 'pull_request' }}
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.

0 commit comments

Comments
 (0)