Commit ec0670b
committed
Fix devcontainer prebuild workflow
Fixed two issues with the devcontainer-prebuild workflow:
1. Added required `runCmd` parameter to devcontainers/ci action
- The action requires a command to run after building
- Using simple echo command to validate build success
2. Removed docker/setup-buildx-action step
- devcontainers/ci action handles Docker setup internally
- buildx setup was potentially conflicting with the action
These changes should fix the prebuild CI failure that was occurring
when trying to build the dev container image.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 63b7d92 commit ec0670b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments