Skip to content

Commit

Permalink
fix: change package name to vanilla-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Sep 4, 2024
1 parent b2c72c6 commit 1a700fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
CUSTOM_IMAGE_NAME: desktop
CUSTOM_IMAGE_NAME: vanilla-desktop
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a700fa

Please sign in to comment.