Update release.yml

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-09 16:15:13 +03:00 committed by GitHub
parent 31e74cca11
commit bc5efde7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ubuntu:lunar image: ghcr.io/pikaos-linux/pika-package-container:latest
volumes: volumes:
- /proc:/proc - /proc:/proc
options: --privileged -it options: --privileged -it
@ -30,6 +30,9 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }} known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace if_key_exists: replace
- name: Update apt cache
run: apt-get update -y
- name: Build Package - name: Build Package
run: ./main.sh run: ./main.sh