mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
Meta: Hardcode lowercase repository name for devcontainer
This should unbreak CI.
This commit is contained in:
parent
7026174458
commit
971d3eef4a
2 changed files with 8 additions and 9 deletions
|
@ -7,5 +7,5 @@
|
|||
// 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"
|
||||
}
|
||||
|
|
3
.github/workflows/dev-container.yml
vendored
3
.github/workflows/dev-container.yml
vendored
|
@ -10,7 +10,6 @@ on:
|
|||
# https://crontab.guru/#0_0_*_*_1
|
||||
- cron: '0 0 * * 1'
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
# Push images to GHCR.
|
||||
|
@ -34,6 +33,6 @@ jobs:
|
|||
- name: Build Base Dev Container Image
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
imageName: ghcr.io/${{ github.repository_owner }}/serenity-devcontainer
|
||||
imageName: ghcr.io/serenityos/serenity-devcontainer
|
||||
imageTag: base,latest
|
||||
push: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue