Skip to content

Commit

Permalink
feat/ci!: set image name and ID
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelAngel committed Aug 25, 2024
1 parent 9f43643 commit 966ce8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: custom
CUSTOM_IMAGE_NAME: desktop-sway
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

jobs:
Expand Down
8 changes: 4 additions & 4 deletions recipe.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Custom Vanilla Desktop # Replace this name with your image name
id: custom # Replace this ID with your image ID
name: Vanilla Desktop with Sway
id: desktop-sway
stages:
- id: build
base: ghcr.io/vanilla-os/desktop:main # Optionally, Replace this image URL with a different one i.e. nvidia:main, etc
base: ghcr.io/vanilla-os/desktop:main
singlelayer: false
labels:
maintainer: self-maintained # Optionally, Replace this with your name
maintainer: Angelos Drossos
args:
DEBIAN_FRONTEND: noninteractive # Set the image environment as non-interactive

Expand Down

0 comments on commit 966ce8f

Please sign in to comment.