Skip to content

Commit d4331a8

Browse files
committed
docker file openclaw path fix
1 parent 4ab9409 commit d4331a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-openclaw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v6
5050
with:
5151
context: .
52-
file: ./Dockerfile
52+
file: .kubernetes/openclaw/Dockerfile.openclaw
5353
push: true
5454
platforms: linux/amd64
5555
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)