Skip to content

Commit 5a6073d

Browse files
committed
feat: update README and workflow to rename 'just-container' to 'just' for consistency
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent c07bc47 commit 5a6073d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.devcontainer/just/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,31 +299,31 @@ The repository includes a GitHub Actions workflow for building devcontainer imag
299299
2. Select the **Build Single DevContainer** workflow
300300
3. Click **Run workflow**
301301
4. Configure the build:
302-
- **DevContainer to build**: Select `just-container`
302+
- **DevContainer to build**: Select `just`
303303
- **Image tag**: Specify the tag (e.g., `latest`, `all`, `v1.0.0`)
304304
- **Build arguments**: Optional build arguments (comma-separated, e.g., `INSTALL_ALL=true,GO_VERSION=1.24.0`)
305305

306306
### Build Examples
307307

308308
**Minimal just container:**
309309
```
310-
DevContainer: just-container
310+
DevContainer: just
311311
Image tag: latest
312312
Build arguments: (empty)
313313
```
314314
Result: `ghcr.io/owner/repo/just:latest`
315315

316316
**Full just container with all components:**
317317
```
318-
DevContainer: just-container
318+
DevContainer: just
319319
Image tag: all
320320
Build arguments: INSTALL_ALL=true
321321
```
322322
Result: `ghcr.io/owner/repo/just:all`
323323

324324
**Custom configuration:**
325325
```
326-
DevContainer: just-container
326+
DevContainer: just
327327
Image tag: go1.24-full
328328
Build arguments: INSTALL_ALL=true,GO_VERSION=1.24.0,TARGETARCH=arm64
329329
```

.github/workflows/build-single-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'ai-container'
1414
- 'llm-container'
1515
- 'wassette-container'
16-
- 'just-container'
16+
- 'just'
1717
default: 'default-container'
1818
image_tag:
1919
description: 'Image tag (e.g., latest, v1.0.0)'

0 commit comments

Comments
 (0)