We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab9409 commit d4331a8Copy full SHA for d4331a8
1 file changed
.github/workflows/build-openclaw.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/build-push-action@v6
50
with:
51
context: .
52
- file: ./Dockerfile
+ file: .kubernetes/openclaw/Dockerfile.openclaw
53
push: true
54
platforms: linux/amd64
55
tags: ${{ steps.meta.outputs.tags }}
0 commit comments