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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: '30 0 * * *'
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ghcr.io/pikaos-linux/pika-package-container:latest image: ubuntu:23.04
volumes: volumes:
- /proc:/proc - /proc:/proc
options: --privileged -it options: --privileged -it