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:
Benjamin Sherman
2023-03-31 17:13:48 -05:00
committed by GitHub
parent 9b4498b259
commit bf9d9d2c86
16 changed files with 3 additions and 2 deletions

View File

@@ -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 }}