drone.yml change commands to args
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-08 17:18:17 +01:00
parent 4869e2a08f
commit aa33108ba4

View File

@@ -59,7 +59,7 @@ steps:
- name: sign-image - name: sign-image
image: gcr.io/projectsigstore/cosign:v2.4.0 image: gcr.io/projectsigstore/cosign:v2.4.0
entrypoint: ["cosign"] entrypoint: ["cosign"]
commands: args:
- "sign" - "sign"
- "--yes" - "--yes"
- "--key" - "--key"