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