Skip to content

feat: port to vib-action, add dependabot config #22

feat: port to vib-action, add dependabot config

feat: port to vib-action, add dependabot config #22

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