From e292fd0d75763e9144f1cffc7904a8540c75dad8 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 8 Aug 2024 14:43:35 +0200 Subject: [PATCH] Disable cosign verification of the builder The currently published builder seems to be not correctly signed. Disable cosign verification to allow another builder build. --- build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.yaml b/build.yaml index 9233890..c8d9882 100644 --- a/build.yaml +++ b/build.yaml @@ -5,9 +5,6 @@ build_from: armhf: "ghcr.io/home-assistant/armhf-base:3.18" amd64: "ghcr.io/home-assistant/amd64-base:3.18" i386: "ghcr.io/home-assistant/i386-base:3.18" -cosign: - base_identity: https://github.com/home-assistant/docker-base/.* - identity: https://github.com/home-assistant/builder/.* args: YQ_VERSION: "v4.13.2" COSIGN_VERSION: "2.2.3"