From 56d2d016b59af6318cd5e8cce0d8a63227e4e7c3 Mon Sep 17 00:00:00 2001 From: gmpinder Date: Mon, 5 Jun 2023 00:12:12 -0400 Subject: [PATCH] Adjust image names --- recipe-desktop.yml | 2 +- recipe-framework.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe-desktop.yml b/recipe-desktop.yml index dbdec32..5563a95 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -1,7 +1,7 @@ # This file can only be edited inside the uBlue image's git repository. # The image will be at "ghcr.io/yourusername/name". -name: wunker-os +name: wunker-os-desktop # The native container image to build on top of. # Warning: Non-uBlue images might not work properly, due to missing components. base-image: ghcr.io/ublue-os/kinoite-nvidia diff --git a/recipe-framework.yml b/recipe-framework.yml index 122e11f..a493406 100644 --- a/recipe-framework.yml +++ b/recipe-framework.yml @@ -1,7 +1,7 @@ # This file can only be edited inside the uBlue image's git repository. # The image will be at "ghcr.io/yourusername/name". -name: wunker-os +name: wunker-os-framework # The native container image to build on top of. # Warning: Non-uBlue images might not work properly, due to missing components. base-image: ghcr.io/ublue-os/kinoite-main