Skip to content

Commit bb10dd3

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

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

0 commit comments

Comments
 (0)