Attempt #4 at installing matching kernel, cron set to after sb-zfs-kernel image build

This commit is contained in:
Jarno Rankinen 2024-06-05 19:37:43 +03:00
parent 857ac72bbc
commit eae9d01dbc
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
name: build-ublue-custom
name: build-silverblue-zfs
on:
pull_request:
branches:
- main
schedule:
- cron: '05 10 * * *' # 10:05am UTC everyday
- cron: '18 23 * * *' # 1h after 0ranki/sb-zfs-kernel build
push:
branches:
- main
@ -19,8 +19,8 @@ env:
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
jobs:
build_push:
name: Build and push image
build_push_aurora:
name: Build and push Aurora image
runs-on: ubuntu-latest
permissions: