Add insecure registry config for buildah #20

Merged
tas merged 3 commits from fix/insecure-registry-config into main 2026-03-16 11:37:49 +00:00
Showing only changes of commit 4e3e17ced4 - Show all commits

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"