diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 87c2180..931b33b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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"