From e8e2c715fb9a8a13ee1c702a0b443d84c58b8d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Tue, 21 Apr 2026 18:13:06 +0200 Subject: [PATCH] chore: more reproducible build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da567e..e1df397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: with: context: . push: false + provenance: false # Multi-arch is required for OCP. platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x cache-from: type=gha @@ -107,6 +108,7 @@ jobs: with: context: . push: true + provenance: false platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x tags: | ${{ env.IMAGE }}:latest