diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index c16bec6..0c16e93 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: env: - CUSTOM_IMAGE_NAME: desktop + CUSTOM_IMAGE_NAME: vanilla-desktop BUILDX_NO_DEFAULT_ATTESTATIONS: 1 jobs: diff --git a/recipe.yml b/recipe.yml index dcf0709..ed24557 100644 --- a/recipe.yml +++ b/recipe.yml @@ -1,5 +1,5 @@ name: My Vanilla Desktop # Replace this name with your image name -id: desktop # Replace this ID with your image ID +id: vanilla-desktop # Replace this ID with your image ID stages: - id: build base: ghcr.io/vanilla-os/desktop:main # Optionally, Replace this image URL with a different one i.e. nvidia:main, etc