From 93e0ba555465c9a516f12986666337c0bef1964b Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Thu, 4 Jan 2024 12:53:57 +0100 Subject: [PATCH] feat: use vib gh action --- .github/workflows/vib-build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 32c4a69..7d4990b 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -25,12 +25,7 @@ jobs: sudo sh build.sh cd .. - - name: Vib - run: | - wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib - chmod +x vib - ./vib build recipe.yml - sed -i '/\/var\/tmp\/*/{d}' Containerfile + - uses: vanilla-os/vib-gh-action@v0.3.2-1 - name: Build the Docker image run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .