mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 03:26:10 +00:00
Meta: Hardcode lowercase repository name for devcontainer
This should unbreak CI.
This commit is contained in:
parent
7026174458
commit
971d3eef4a
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/gmta
Commit: 971d3eef4a
2 changed files with 8 additions and 9 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue