Skip to content

Commit 3587774

Browse files
authored
Update docker-publish.yml
1 parent 2c003b1 commit 3587774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: build-and-push
6666
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
6767
with:
68-
context: .
68+
context: ./Web/
6969
push: ${{ github.event_name != 'pull_request' }}
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)