Skip to content

Commit 7b1ef6d

Browse files
feat: update openclaw Dockerfile
1 parent 4a83a4f commit 7b1ef6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/openclaw-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ jobs:
4848
mkdir -p _src/openclaw
4949
curl -fsSL "https://github.com/openclaw/openclaw/archive/refs/tags/v${{ github.event.inputs.openclawTag }}.tar.gz" \
5050
| tar -xz -C _src/openclaw --strip-components=1
51+
mkdir -p _src/openclaw/openclaw
52+
cp openclaw/Dockerfile openclaw/Caddyfile openclaw/docker-entrypoint.sh _src/openclaw/openclaw/
5153
5254
- name: Build OpenClaw Image and Push
5355
uses: docker/build-push-action@v6
5456
with:
5557
context: _src/openclaw
56-
file: openclaw/Dockerfile
58+
file: _src/openclaw/openclaw/Dockerfile
5759
platforms: ${{ github.event.inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
5860
push: true
5961
build-args: |
@@ -69,7 +71,7 @@ jobs:
6971
uses: docker/build-push-action@v6
7072
with:
7173
context: _src/openclaw
72-
file: openclaw/Dockerfile
74+
file: _src/openclaw/openclaw/Dockerfile
7375
platforms: ${{ github.event.inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
7476
push: true
7577
build-args: |

0 commit comments

Comments
 (0)