diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09a9c94..203ac9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: release on: - schedule: - - cron: '0 0 * * *' permissions: contents: write diff --git a/podman/ai.conf b/podman/ai.conf new file mode 100644 index 0000000..c18d336 --- /dev/null +++ b/podman/ai.conf @@ -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"