You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Initial commit with toolbox-specific changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user