Debug woodpecker
This commit is contained in:
parent
871b5f6d57
commit
2da1bc6571
1 changed files with 2 additions and 3 deletions
|
|
@ -14,9 +14,8 @@ steps:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
commands:
|
commands:
|
||||||
- echo "🔍 DEBUG: REGISTRY_USERNAME = $${REGISTRY_USERNAME}"
|
- echo "DEBUG: REGISTRY_USERNAME = $${REGISTRY_USERNAME}"
|
||||||
- echo "🔍 DEBUG: REGISTRY_PASSWORD = $${REGISTRY_PASSWORD}"
|
- echo "DEBUG: REGISTRY_PASSWORD = $${REGISTRY_PASSWORD}"
|
||||||
- echo "🔍 DEBUG: Environment:"
|
|
||||||
- env
|
- env
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue