commit | 2e0838beacbb6fecdb2038f80eaa362ae3bd6679 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Apr 02 23:54:39 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Apr 02 23:54:39 2024 -0400 |
tree | b4a38d63854a30c168eb94aa0ae5bbd393d0e962 | |
parent | c538b59ffd57d32547b7de41150150e5384ec6e9 [diff] |
ci: fix cosign download
diff --git a/zuul.d/playbooks/build-images/run.yml b/zuul.d/playbooks/build-images/run.yml index 68ad3a7..851154b 100644 --- a/zuul.d/playbooks/build-images/run.yml +++ b/zuul.d/playbooks/build-images/run.yml
@@ -47,6 +47,7 @@ when: zuul.pipeline == 'post' block: - name: Download cosign binary + become: true ansible.builtin.get_url: url: https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64 dest: /usr/local/bin/cosign