mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 18:20:42 +00:00
chore: reorganize build to prepare for future changes (#9)
* chore: move build build files to main subdirectory Prepare for future build changes by moving all existing build files to a `main` subdirectory and verifying workflow handles this. * chore: build approx 1 hour after upstream images It seems upstream CoreOS images publish around 10:20pm. https://quay.io/repository/fedora/fedora-coreos?tab=tags&tag=latest
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- '**.md'
|
||||
- '**.txt'
|
||||
schedule:
|
||||
- cron: '15 20 * * *' # 8:15pm UTC everyday
|
||||
- cron: '20 23 * * *' # 11:20PM UTC everyday (approx 1 hour after coreos images publish)
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -108,7 +108,8 @@ jobs:
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
./main/Containerfile
|
||||
context: ./main
|
||||
image: ${{ matrix.image_name }}
|
||||
tags: |
|
||||
${{ steps.generate-tags.outputs.alias_tags }}
|
||||
|
||||
Reference in New Issue
Block a user