From 81d49a418d0ab9e6654765cf2afb8f7d8f03aee4 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 16 Jun 2023 16:30:30 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a652427..26f32ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,17 +7,14 @@ jobs: build: runs-on: self-hosted container: - image: ubuntu:lunar + image: ghcr.io/pikaos-linux/pika-kernel-container:latest volumes: - /proc:/proc options: --privileged -it steps: - uses: actions/checkout@v3 - - - name: Install needed packages - run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar dpkg-sig -y - + - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5