fixup! Publish and attest multi-architecture container images

This commit is contained in:
Alexis Métaireau 2025-02-12 11:40:36 +01:00
parent 668ee71895
commit 0724f86b13

View file

@ -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}"