Use v2 TOML format for registries.conf
All checks were successful
CI / build (pull_request) Successful in 31s

Match the format already used on the runner host.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-16 11:31:54 +00:00
parent bb23f2e3a1
commit 4e3e17ced4

View File

@@ -22,7 +22,7 @@ jobs:
- name: Build and push container image
run: |
mkdir -p /etc/containers
printf '[registries.insecure]\nregistries = ["git.kimchi"]\n' > /etc/containers/registries.conf
printf '[[registry]]\nlocation = "git.kimchi"\ninsecure = true\n' > /etc/containers/registries.conf
IMAGE_TAG="${{ env.IMAGE }}:sha-${GITHUB_SHA::8}"
IMAGE_LATEST="${{ env.IMAGE }}:latest"