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:
|
steps:
|
||||||
debug-secrets:
|
debug-env:
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
commands:
|
commands:
|
||||||
- echo "🔍 REGISTRY_USERNAME = ${REGISTRY_USERNAME}"
|
- echo "🔍 REGISTRY_USERNAME = ${registry_username}"
|
||||||
- echo "🔍 REGISTRY_PASSWORD = ${REGISTRY_PASSWORD:+*** set ***}"
|
- echo "🔍 REGISTRY_PASSWORD = *** set ***"
|
||||||
|
- env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue