From ef5b3de5e272dea03876d88c0417fd98f333a0b1 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 18 Mar 2025 21:20:07 +0100 Subject: [PATCH] chore: enable provenance for release Docker image --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41531b14f..93a55c8c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,6 @@ jobs: with: context: . file: docker/Dockerfile - provenance: false platforms: linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7,linux/riscv64,linux/386 tags: ${{ steps.meta.outputs.tags }} push: true