Initial commit with toolbox-specific changes

This commit is contained in:
2025-12-02 18:07:58 +09:00
parent 1ceb8b2b51
commit 5a83348c32
10 changed files with 38 additions and 454 deletions

View File

@@ -4,8 +4,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "05 4 */3 * *" # 4:05am every three days.
#schedule:
# - cron: "05 4 */7 * *" # 4:05am every three days.
push:
branches:
- main
@@ -16,7 +16,8 @@ on:
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_AUTH_FILE: /root/.podman/auth.json
IMAGE_DESC: "My customized Fedora bootc image, based on Universal Blue"
IMAGE_DESC:
"My customized Fedora toolbox image, based on Universal Blue's work."
IMAGE_KEYWORDS: "bootc,fedora,silverblue,ublue,universal-blue"
IMAGE_LOGO_URL: "https://davejansen.dev/avatars/940c9cc684fa03784359f97d591a389ecd90cd912acf2335a60acd616922000a?size=48"
IMAGE_NAME: "${{ github.event.repository.name }}" # output image name, usually same as repo name