Skip to content

chore: bump vib action to v0.7.0, update README #4

chore: bump vib action to v0.7.0, update README

chore: bump vib action to v0.7.0, update README #4

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/vib-gh-action@v0.7.0
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/waydroid .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile