From 0724f86b13e756666024d178d94b75e587bf29fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Feb 2025 11:40:36 +0100 Subject: [PATCH] fixup! Publish and attest multi-architecture container images --- dangerzone/updater/attestations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/updater/attestations.py b/dangerzone/updater/attestations.py index 90bf152..6650f46 100644 --- a/dangerzone/updater/attestations.py +++ b/dangerzone/updater/attestations.py @@ -34,7 +34,7 @@ predicate: {{ // This condition verifies that the image was generated from // the source repository we expect. Replace this with your // repository. - uri: =~"^git\\+https://github.com/{repo}@refs/heads/{branch}" + uri: =~"^git\\+https://github.com/{repository}@refs/heads/{branch}" // Add a condition to check for a specific commit hash digest: {{ sha1: "{commit}"