Debug woodpecker
This commit is contained in:
parent
fe75beba78
commit
e3f04f0e77
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
debug-env:
|
debug-env:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
@ -12,3 +9,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "🔍 REGISTRY_USERNAME = ${REGISTRY_USERNAME}"
|
- echo "🔍 REGISTRY_USERNAME = ${REGISTRY_USERNAME}"
|
||||||
- echo "🔍 REGISTRY_PASSWORD = ${REGISTRY_PASSWORD}"
|
- echo "🔍 REGISTRY_PASSWORD = ${REGISTRY_PASSWORD}"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue