mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Hardcode lowercase repository name for devcontainer
This should unbreak CI.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// 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,
|
||||
// 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": "SerenityOS (Pre-Built Image)",
|
||||
"image": "ghcr.io/SerenityOS/serenity-devcontainer:base"
|
||||
"image": "ghcr.io/serenityos/serenity-devcontainer:base"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user