mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Meta: Update Documentation and CI for repo move
This commit is contained in:
committed by
Andreas Kling
parent
dd1fbd3513
commit
6d3a54e4a8
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ancient-history/commit/6d3a54e4a8
4
.github/workflows/dev-container.yml
vendored
4
.github/workflows/dev-container.yml
vendored
@@ -17,7 +17,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'SerenityOS/serenity'
|
||||
if: github.repository == 'LadybirdWebBrowser/ladybird'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -34,6 +34,6 @@ jobs:
|
||||
- name: Build Base Dev Container Image
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
imageName: ghcr.io/serenityos/serenity-devcontainer
|
||||
imageName: ghcr.io/ladybirdwebbrowser/ladybird-devcontainer
|
||||
imageTag: base,latest
|
||||
push: always
|
||||
|
||||
Reference in New Issue
Block a user