fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-08 19:37:36 +01:00
parent 1a7a6c2a7c
commit 9e4df13fc0

View File

@@ -82,6 +82,7 @@ steps:
- echo "$DOCKER_PASS" | cosign login --username "$DOCKER_USER" --password-stdin "$REGISTRY_URL"
- echo "=== 🔏 Signing Image ==="
- cosign sign --yes --key env://COSIGN_KEY "$IMAGE_DIGEST"
- echo "✅ Image signed successfully."
depends_on: