File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments