Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Nov 28, 2024
1 parent 7d40af6 commit af35585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluebuild
name: HyperCore Builder
on:
schedule:
- cron: "00 06 * * *" # build at 06:00 UTC every day
Expand All @@ -11,7 +11,7 @@ on:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
name: Build Custom Image
name: HyperCore Builder
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -25,7 +25,7 @@ jobs:
- recipe.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
- name: Build HyperCore
uses: blue-build/github-action@v1.7
with:
recipe: ${{ matrix.recipe }}
Expand Down

0 comments on commit af35585

Please sign in to comment.