From b86f0747dcdb6bbdfd041a8ad8e569d12b6bdf54 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sat, 12 Oct 2024 13:11:13 -0600 Subject: [PATCH] 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. --- .devcontainer/optimized/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/optimized/devcontainer.json b/.devcontainer/optimized/devcontainer.json index cfca520038e..8333233c541 100644 --- a/.devcontainer/optimized/devcontainer.json +++ b/.devcontainer/optimized/devcontainer.json @@ -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" }