mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
b86f0747dc
The optimized devcontainer workflow downloads an image from the GitHub container registry. Now that we've made that image, which is built in CI, public, it would help to have the correct org name.
11 lines
507 B
JSON
11 lines
507 B
JSON
// The docker image used below was generated from '.devcontainer/devcontainer.json'
|
|
// by the '.github/workflows/dev-container.yml' workflow.
|
|
//
|
|
// By building this dev container image in advance, tools
|
|
// like GitHub Codespaces (https://containers.dev/supporting)
|
|
// do not need to install all the prerequsite dependencies from scratch,
|
|
// getting you into your development environment faster!
|
|
{
|
|
"name": "Ladybird (Pre-Built Image)",
|
|
"image": "ghcr.io/ladybirdbrowser/ladybird-devcontainer:base"
|
|
}
|