Debug woodpecker
This commit is contained in:
parent
4cb31a43d7
commit
8b270da41f
1 changed files with 4 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
steps:
|
||||
debug-secrets:
|
||||
debug-env:
|
||||
image: alpine
|
||||
when:
|
||||
event: tag
|
||||
commands:
|
||||
- echo "🔍 REGISTRY_USERNAME = ${REGISTRY_USERNAME}"
|
||||
- echo "🔍 REGISTRY_PASSWORD = ${REGISTRY_PASSWORD:+*** set ***}"
|
||||
- echo "🔍 REGISTRY_USERNAME = ${registry_username}"
|
||||
- echo "🔍 REGISTRY_PASSWORD = *** set ***"
|
||||
- env
|
||||
|
|
|
|||
Loading…
Reference in a new issue