Update ubuntu.yml

This commit is contained in:
ferrreo 2023-09-04 17:51:37 +01:00 committed by GitHub
parent 7641e42706
commit e190048dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@ name: PikaOS Ubuntu Repo Sync (Main)
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '30 0 * * *'
jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it