From 0214aa586cf341753fbf0a0ffa39658eda8bfce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Praszmo?= Date: Mon, 30 Oct 2023 09:36:49 +0100 Subject: [PATCH] Fix built docker images --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40933b5..50a66f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,3 +40,5 @@ jobs: certpl/${{ github.event.repository.name }}:${{ github.event.release.tag_name }} certpl/${{ github.event.repository.name }}:latest push: true + # Flux v1 doesn't support OCI-compliant manifests + provenance: false