You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support ssh:// and git:// remote URL formats in addition to
git@github.com: and https://
- Surface gh API error output on failure instead of suppressing stderr
- Add comments noting awk block-commenting assumes no nested {}
- Note workflow_dispatch option for new repos/forks in README
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Or manually:
75
75
76
76
1. Edit `.devcontainer/devcontainer.json`: comment out the `"build"` and `"features"` blocks, uncomment the `"image"` line
77
77
2. Update the image reference to match your repo: `ghcr.io/<owner>/<repo>/devcontainer:latest`
78
-
3. Push to `main` and wait for the CI workflow to complete
78
+
3. Push to `main` and wait for the CI workflow to complete. For new repos or forks where the workflow hasn't run yet, you can trigger it manually from the Actions tab or via `gh workflow run devcontainer.yml`
79
79
4.**Make the GHCR package public** (see below) — GHCR packages are private by default and will fail with `MANIFEST_UNKNOWN` otherwise
0 commit comments