incr/.woodpecker.yml

9 lines
218 B
YAML
Raw Normal View History

2025-07-13 19:30:31 +02:00
steps:
2025-07-13 20:18:25 +02:00
debug-secrets:
2025-07-13 19:59:40 +02:00
image: alpine
when:
event: tag
commands:
2025-07-13 20:18:25 +02:00
- echo "🔍 REGISTRY_USERNAME = ${REGISTRY_USERNAME}"
- echo "🔍 REGISTRY_PASSWORD = ${REGISTRY_PASSWORD:+*** set ***}"