Skip to content

feat: add user agreement for pkg to abroot.json #30

feat: add user agreement for pkg to abroot.json

feat: add user agreement for pkg to abroot.json #30

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.1-2'
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile