Skip to content

Commit 47bdc1a

Browse files
YedPoolclaude
andcommitted
Force clean LiveKit Docker build without cache
- Add --no-cache flag to prevent cached build failures - Ensure binary download happens fresh every time 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 71b67a5 commit 47bdc1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Build LiveKit Docker image
137137
run: |
138138
cd livekit-server
139-
docker build --progress=plain -t livekit-server:test .
139+
docker build --progress=plain --no-cache -t livekit-server:test .
140140
141141
- name: Test LiveKit container startup
142142
run: |

0 commit comments

Comments
 (0)