mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
CI: Use ladybirdbrowser namespace for devcontainer
This was missed in the ladybirdwebbrowser -> ladybirdbrowser org change.
This commit is contained in:
parent
2b30414c1d
commit
4ea2ff82ac
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/4ea2ff82ac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/202 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-container.yml
vendored
2
.github/workflows/dev-container.yml
vendored
|
@ -34,6 +34,6 @@ jobs:
|
|||
- name: Build Base Dev Container Image
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
imageName: ghcr.io/ladybirdwebbrowser/ladybird-devcontainer
|
||||
imageName: ghcr.io/ladybirdbrowser/ladybird-devcontainer
|
||||
imageTag: base,latest
|
||||
push: always
|
||||
|
|
Loading…
Reference in a new issue