fix actions
All checks were successful
build and push image / Release (push) Successful in 1m24s

This commit is contained in:
syui 2025-03-26 13:06:40 +09:00
parent 28dcd9cb69
commit 36789ddd3c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,6 @@
name: release
on:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write

9
podman/ai.conf Normal file
View File

@ -0,0 +1,9 @@
[engine]
env=["CONTAINERS_SHORT_NAME_ALIASING=on"]
[registries.search]
short-name-mode = "disabled"
unqualified-search-registries = ['docker.io', 'git.syui.ai', 'ghcr.io']
[aliases]
"aios" = "git.syui.ai/ai/os"