Skip to content

feat: Add custom gnome control center #43

feat: Add custom gnome control center

feat: Add custom gnome control center #43

Workflow file for this run

name: Vib PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile