-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from zelikos/misc-updates
chore: Misc updates
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
name: bluebuild | ||
on: | ||
schedule: | ||
- cron: "00 17 * * *" # build at 17:00 UTC every day | ||
# (20 minutes after last ublue images start building) | ||
- cron: | ||
"00 06 * * *" # build at 17:00 UTC every day | ||
# (20 minutes after last ublue images start building) | ||
push: | ||
branches: | ||
- main | ||
|
@@ -29,11 +30,14 @@ jobs: | |
# - gnome/zeliblue-deck.yml | ||
# - gnome/zeliblue-gts.yml | ||
steps: | ||
# the build is fully handled by the reusable github action | ||
# the build is fully handled by the reusable github action | ||
- name: Build Custom Image | ||
uses: blue-build/[email protected] | ||
with: | ||
recipe: ${{ matrix.recipe }} | ||
cosign_private_key: ${{ secrets.SIGNING_SECRET }} | ||
registry_token: ${{ github.token }} | ||
pr_event_number: ${{ github.event.number }} | ||
|
||
# enabled by default, disable if your image is small and you want faster builds | ||
maximize_build_space: false |