Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Oct 30, 2023
2 parents fa1fd90 + 50213e8 commit 1c7b93b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: "1"
rules:
- base: main
- base: bluefin-main
upstream: ublue-os:main
mergeMethod: hardreset
mergeUnstable: false
- base: main
upstream: bluefin-main
mergeMethod: merge
mergeUnstable: false
label: ":arrow_heading_down: pull"
conflictLabel: "merge-conflict"
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build and Push Image
on:
schedule:
- cron: '15 09 * * *' # 9:15am everyday
merge_group:
- cron: '00 08 * * *' # 8:00am everyday
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY just /tmp/just
COPY etc/yum.repos.d/ /etc/yum.repos.d/
COPY packages.json /tmp/packages.json
COPY build.sh /tmp/build.sh

COPY image-info.sh /tmp/image-info.sh
# Copy ublue-update.toml to tmp first, to avoid being overwritten.
COPY usr/etc/ublue-update/ublue-update.toml /tmp/ublue-update.toml
Expand Down

0 comments on commit 1c7b93b

Please sign in to comment.