Skip to content

Commit f0754be

Browse files
committed
Merge branch 'main' into add-dockerfile
2 parents c49c6ed + b1bd870 commit f0754be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github/workflows/publish-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: build-and-push
7676
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7777
with:
78-
context: ./engine
78+
context: .
7979
push: ${{ github.event_name != 'pull_request' }}
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)