Meta: Use the correct organization name for the devcontainer base

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.
This commit is contained in:
Andrew Kaster 2024-10-12 13:11:13 -06:00 committed by Andrew Kaster
parent 175f3febb8
commit b86f0747dc
Notes: github-actions[bot] 2024-10-12 19:43:53 +00:00

View file

@ -7,5 +7,5 @@
// getting you into your development environment faster!
{
"name": "Ladybird (Pre-Built Image)",
"image": "ghcr.io/ladybirdwebbrowser/ladybird-devcontainer:base"
"image": "ghcr.io/ladybirdbrowser/ladybird-devcontainer:base"
}