From 704937c2b57c0225dd5ce45e2c7ec81c61e0fa62 Mon Sep 17 00:00:00 2001 From: Ivan Chepurin Date: Mon, 23 Jun 2025 12:00:06 +1000 Subject: [PATCH] SRE-2916: Add attestation to the image. --- .github/actions/push/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/push/action.yaml b/.github/actions/push/action.yaml index d3ef3f77f..3fb5d0e0d 100644 --- a/.github/actions/push/action.yaml +++ b/.github/actions/push/action.yaml @@ -78,4 +78,4 @@ runs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache,mode=max - provenance: false + provenance: true