From 911ce09ef27a488a09e40924a43cc05b7d2ea6b5 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Thu, 29 May 2025 14:26:15 -0400 Subject: [PATCH] feat: add attestations to docker images attestations are best practice https://docs.docker.com/build/ci/github-actions/attestations/ --- server/.github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/.github/workflows/release.yml b/server/.github/workflows/release.yml index 3454c4aa..109f033c 100644 --- a/server/.github/workflows/release.yml +++ b/server/.github/workflows/release.yml @@ -87,6 +87,8 @@ jobs: with: context: . push: true + provenance: mode=max + sbom: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64