Skip to content

Commit b1bd870

Browse files
committed
fix context
1 parent c828253 commit b1bd870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)