Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: proper naming for image in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Feb 29, 2024
1 parent db20509 commit d43ab68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# image will be published to ghcr.io/<user>/<name>
name: universal studio
name: universal-studio
# description will be included in the image's metadata
description: Operating system based on Fedora Silverblue meant for artists

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/kinoite-nvidia
image-version: 39 # latest is also supported if you want new updates ASAP
base-image: ghcr.io/ublue-os/kinoite
image-version: latest # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
Expand Down

0 comments on commit d43ab68

Please sign in to comment.