mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Publish and attest multi-architecture container images
This commit is contained in:
parent
668ee71895
commit
0724f86b13
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ predicate: {{
|
||||||
// This condition verifies that the image was generated from
|
// This condition verifies that the image was generated from
|
||||||
// the source repository we expect. Replace this with your
|
// the source repository we expect. Replace this with your
|
||||||
// repository.
|
// 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
|
// Add a condition to check for a specific commit hash
|
||||||
digest: {{
|
digest: {{
|
||||||
sha1: "{commit}"
|
sha1: "{commit}"
|
||||||
|
|
Loading…
Reference in a new issue